A function defined in FORMS_DrawTooltip.gml
FORMS_DrawTooltip(_x, _y, _text)
Draws a tooltip at the given position.
Name | Type | Description |
---|---|---|
_x | Real |
The x position to draw the tooltip at. |
_y | Real |
The y position to draw the tooltip at. |
_text | String |
The text of the tooltip. |
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.