Available on clay web
staticinlinetimestamp():Float
staticdefaultConfig():RuntimeConfig
new(app:Clay)
@:value(false)gamepadsSupported:Bool = false
window:WindowHandle
The runtime window canvas
@:value(1.0)read onlywebglVersion:Float = 1.0
The actual webgl version being used by the runtime
@:value(false)skipMouseEvents:Bool = false
For advanced usage: disable handling of mouse events
@:value(false)skipKeyboardEvents:Bool = false
For advanced usage: disable handling of keyboard events
setWindowFullscreen(fullscreen:Bool):Bool
setWindowTitle(title:String):Void
@:has_untypedstartGamepadRumble(gamepadId:Int, lowFrequency:Float, highFrequency:Float, duration:Float):Void
@:has_untypedstopGamepadRumble(gamepadId:Int):Void
getGamepadName(index:Int):String
read onlyapp:Clay
Clay app
@:value(null)read onlyname:String = null
@:value({ immediate : false })shutdown(immediate:Bool = false):Void