A function defined in FORMS_CompoundWidget.gml
FORMS_FindWidget(_items, _mouseX, _mouseY)
Recursively finds widget on the given position in the list of widgets.
Name | Type | Description |
---|---|---|
_items | Id.DsList<Struct.FORMS_Widget> |
The list of widgets. |
_mouseX | Real |
The x position to find a widget at. |
_mouseY | Real |
The y position to find a widget at. |
Struct.FORMS_Widget, Undefined
The widget found or undefined
.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.