Variables

@:require(flash10_2)read onlyallowsFullScreen:Bool

@:require(flash11_3)read onlyallowsFullScreenInteractive:Bool

@:require(flash15)browserZoomFactor:Float

@:require(flash10_2)color:UInt

@:require(flash11_4)read onlycontentsScaleFactor:Float

@:require(flash11)read onlycontext3D:Context3D

@:require(flash11)read onlydisplayContextInfo:String

@:require(flash11_2)mouseLock:Bool

@:require(flash11)read onlysoftKeyboardRect:Rectangle

read onlystageHeight:Int

@:require(flash10_2)read onlystageVideos:Vector<StageVideo>

read onlystageWidth:Int

read onlywindow:Window

@:require(flash10_1)read onlywmodeGPU:Bool

Methods

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

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

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

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

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

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

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

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

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

update(deltaTime:Int):Void

Inherited Variables

Inherited Methods

Defined by DisplayObjectContainer

Defined by InteractiveObject

@:require(flash11)requestSoftKeyboard():Bool

Defined by DisplayObject

getBounds(targetCoordinateSpace:DisplayObject):Rectangle

getRect(targetCoordinateSpace:DisplayObject):Rectangle

@:require(flash10)globalToLocal3D(point:Point):Vector3D

@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool

@:require(flash10)local3DToGlobal(point3d:Vector3D):Point

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void