Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | YangTegap |
I have a split screen like setup with multiple viewports on the same screen. I need to handle mouse related input events, most particularly InputEventMouseMotion, but ONLY if the mouse is hovering over the particular viewport. This input may be otherwise unhandled, but I need nothing done unless the mouse is over the viewport the object listening for input is in. How can this be accomplished?