Contains functions to manipulate the app's window.

Works with this fork of hashlink : https://github.com/NeroGM/hashlink

Available since

0.1.0

.

Static methods

staticchangeWindowSize(w:Int, h:Int):Void

Changes the window size.

staticchangeWindowTitle(s:String):Void

Changes the window title.

staticclientPosToScreenPos(x:Int, y:Int):Point

Converts a client position to a screen position.

staticgetWindowPosition():Point

Returns the window position coordinates.

staticinit():Void

Initializes this class.

staticscreenPosToClientPos(x:Int, y:Int):Point

Converts a screen position to a client position.

staticsetWindowPosition(x:Int, y:Int):Void

Sets the window position.