FORMS_FindWidget

A function defined in FORMS_CompoundWidget.gml

FORMS_FindWidget(_items, _mouseX, _mouseY)

Description

Recursively finds widget on the given position in the list of widgets.

Arguments

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.

Returns

Struct.FORMS_Widget, Undefined The widget found or undefined.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.