Display_get_gui_width - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

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