A function defined in FORMS_ContextMenu.gml
FORMS_ShowContextMenu(_contextMenu[, _x, _y])
Shows the context menu.
Name | Type | Description |
---|---|---|
_contextMenu | Struct.FORMS_ContextMenu |
The context menu to show. |
_x | Real |
The x position to show the context menu at. |
_y | Real |
The y position to show the context menu at. |
If the position coordinates are not specified, then the current window mouse position is used.
Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.