A function defined in FORMS_DrawListItemEye.gml
FORMS_DrawListItemEye(_name, _x, _y, _active, _disabled[, _highlight])
Draws a list item with an eye on the given position.
Name | Type | Description |
---|---|---|
_name | String |
The item name. |
_x | Real |
The x position to draw the item at. |
_y | Real |
The y position to draw the item at. |
_active | Bool |
True if the item is currently selected. |
_disabled | Bool |
True to disable clicking on the item. |
_highlight | Bool |
True to highlight the item. |
Real
If the item is clicked, then 1 is returned. If the eye is clicked, then 2 is returned. In all other cases returns 0.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.