Static methods

Constructor

new(app:Clay)

Variables

@: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

Methods

@:has_untypedstartGamepadRumble(gamepadId:Int, lowFrequency:Float, highFrequency:Float, duration:Float):Void

@:has_untypedstopGamepadRumble(gamepadId:Int):Void

Inherited Variables

Defined by BaseRuntime

read onlyapp:Clay

Clay app

@:value(null)read onlyname:String = null

Inherited Methods

Defined by BaseRuntime

@:value({ immediate : false })shutdown(immediate:Bool = false):Void