Hatch Game Engine Documentation v1.4.0
The documentation for the Hatch Game Engine
Loading...
Searching...
No Matches
Display Class Reference

Functions to retrieve information about the displays in the device. More...

Public Member Functions

integer GetWidth (integer index)
 Gets the width of the current display.
integer GetHeight (integer index)
 Gets the height of the current display.

Detailed Description

Functions to retrieve information about the displays in the device.

Member Function Documentation

◆ GetHeight()

integer Display.GetHeight ( integer index)

Gets the height of the current display.

Parameters
indexThe display index to get the width of.
Returns
Returns the height of the current display.

◆ GetWidth()

integer Display.GetWidth ( integer index)

Gets the width of the current display.

Parameters
indexThe display index to get the width of.
Returns
Returns the width of the current display.