Display_get_height - hpgDesigns/hpg_projects GitHub Wiki
NOTOC {{-}}
Notation
Description
Retrieves the height of the display in pixels.
Parameters
none
Return Values
Returns the height of the display as an integer.
Example Call
show_message("Your screen is " + string(display_get_height()) + " pixels tall!");