A function defined in FORMS_DrawCheckbox.gml
FORMS_DrawCheckbox(_x, _y, _state)
Draws a checkbox at the given position.
Name | Type | Description |
---|---|---|
_x | Real |
The x position to draw the checkbox at. |
_y | Real |
The y position to draw the checkbox at. |
_state | Bool |
The current state of the checkbox. |
Bool
Return the new state of the checkbox.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.