HasCursorover
Last updated
Was this helpful?
Last updated
Was this helpful?
HasCursorOver is used to return if the argument world X and world Y coordinates are inside the calling GraphicalUiElements. This is an extension method requiring the RenderingLibrary namespace. Despite its name, this can be used to detect if a pair of world coordinates are inside the caller regardless of whether this is for UI/cursor checks or otherwise.
The following code can be used to determine if the cursor is over a GraphicalUiElement. Note, this does a bounds check on the Gum object even if the Gum object is not raising events.
The following code shows how to detect if a ScreenX and ScreenY pair are inside a particular GraphicalUiElement: