Skip to content

Display_get_gui_width

hpgDesigns edited this page Aug 8, 2021 · 1 revision

Description

Gets the width of the graphic user interface layer and returns it.

Parameters

Parameter Description
none This function has no parameters.

Return Values

returntype: Returns the width of the GUI layer.

Example Call

// demonstrates getting the gui size
var width, height;
width = display_get_gui_width();
height = display_get_gui_height();

NOTOC

This is number 1

Clone this wiki locally