-
Notifications
You must be signed in to change notification settings - Fork 0
Display_get_gui_width
hpgDesigns edited this page Aug 8, 2021
·
1 revision
Gets the width of the graphic user interface layer and returns it.
| Parameter | Description |
|---|---|
| none | This function has no parameters. |
returntype: Returns the width of the GUI layer.
// demonstrates getting the gui size
var width, height;
width = display_get_gui_width();
height = display_get_gui_height();
NOTOC
This is number 1