Display_get_height - hpgDesigns/hpgdesigns-dev.io 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!");