Skip to content

Display_get_width

hpgDesigns edited this page Aug 8, 2021 · 1 revision

NOTOC {{-}}

Notation

Description

Retrieves the width of the display in pixels.

Parameters

none

Return Values

Returns the width of the display as an integer.

Example Call

show_message("Your screen is " + string(display_get_width()) + " pixels wide!");

This is number 1

Clone this wiki locally