Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Kade M edited this page Jun 16, 2021 · 4 revisions

Functions to manipulate the window

setWindowPos

Arguments: setWindowPos(x:Int,y:Int)

Description: Set the window position

getWindowX

Arguments: getWindowX()

Description: Get the window x position

getWindowY

Arguments: getWindowY()

Description: Get the window y position

resizeWindow

Arguments: resizeWindow(Width:Int,Height:Int)

Description: Resize the current window

getScreenWidth

Arguments: getScreenWidth()

Description: Get the main monitor's width

getScreenHeight

Arguments: getScreenHeight()

Description: Get the main monitor's height

getWindowWidth

Arguments: getWindowWidth()

Description: Get the window's width

getWindowHeight

Arguments: getWindowHeight()

Description: Get the window's height

Clone this wiki locally