Constructor

new (window:Window, ?color:Int)

Variables

Methods

onJoystickAxisMove (joystick:Joystick, axis:Int, value:Float):Void

onJoystickButtonUp (joystick:Joystick, button:Int):Void

onJoystickTrackballMove (joystick:Joystick, trackball:Int, value:Float):Void

onKeyDown (window:Window, keyCode:KeyCode, modifier:KeyModifier):Void

onKeyUp (window:Window, keyCode:KeyCode, modifier:KeyModifier):Void

onMouseDown (window:Window, x:Float, y:Float, button:Int):Void

onMouseUp (window:Window, x:Float, y:Float, button:Int):Void

onMouseWheel (window:Window, deltaX:Float, deltaY:Float):Void

onPreloadProgress (loaded:Int, total:Int):Void

onTextEdit (window:Window, text:String, start:Int, length:Int):Void

onTextInput (window:Window, text:String):Void

onWindowResize (window:Window, width:Int, height:Int):Void

render (renderer:Renderer):Void

update (deltaTime:Int):Void

Inherited Variables

Inherited Methods