Static variables

staticallowTimeout:Bool

@:value(-1)staticfpsLimit:Int = -1

If greater than 0, this will reduce loop framerate to reduce CPU usage

staticread onlyheight:Int

staticread onlylang:String

staticread onlyplatform:Platform

staticread onlyscreenDPI:Float

staticread onlywidth:Int

@:value(setNativeCursor)staticsetCursor:(c:Cursor) ‑> Void = setNativeCursor

Static methods

staticexit():Void

staticgetClipboardText():String

staticgetCurrentLoop():() ‑> Void

staticgetDefaultFrameRate():Float

staticgetDeviceName():String

staticgetLocale():String

staticgetValue(s:SystemValue):Bool

staticopenURL(url:String):Void

staticsetClipboardText(text:String):Bool

staticsetLoop(f:() ‑> Void):Void

staticsetNativeCursor(c:Cursor):Void

staticstart(callb:() ‑> Void):Void

statictimeoutTick():Void