Window - Wantcha/Chimera GitHub Wiki

Getting information about the window

The Window table is responsible for holding functions retrieving and manipulating the window of the program.

- int Window.GetWidth()

Returns the width in pixels of the entire window.

- int Window.GetHeight()

Returns the height in pixels of the entire window.