align:StageAlign
@:require(flash10_2)read onlyallowsFullScreen:Bool
@:require(flash11_3)read onlyallowsFullScreenInteractive:Bool
read onlyapplication:Application
@:require(flash15)browserZoomFactor:Float
@:require(flash10_2)color:UInt
@:require(flash10)colorCorrection:ColorCorrection
@:require(flash10)read onlycolorCorrectionSupport:ColorCorrectionSupport
@:require(flash11_4)read onlycontentsScaleFactor:Float
@:require(flash11)read onlycontext3D:Context3D
@:require(flash11)read onlydisplayContextInfo:String
displayState:StageDisplayState
focus:InteractiveObject
frameRate:Float
read onlyfullScreenHeight:UInt
fullScreenSourceRect:Rectangle
read onlyfullScreenWidth:UInt
@:require(flash11_2)mouseLock:Bool
quality:StageQuality
scaleMode:StageScaleMode
showDefaultContextMenu:Bool
@:require(flash11)read onlysoftKeyboardRect:Rectangle
read onlystage3Ds:Vector<Stage3D>
stageFocusRect:Bool
read onlystageHeight:Int
@:require(flash10_2)read onlystageVideos:Vector<StageVideo>
read onlystageWidth:Int
read onlywindow:Window
@:require(flash10_1)read onlywmodeGPU:Bool
isFocusInaccessible():Bool
onGamepadAxisMove(gamepad:Gamepad, axis:GamepadAxis, value:Float):Void
onGamepadButtonDown(gamepad:Gamepad, button:GamepadButton):Void
onGamepadButtonUp(gamepad:Gamepad, button:GamepadButton):Void
onGamepadConnect(gamepad:Gamepad):Void
onGamepadDisconnect(gamepad:Gamepad):Void
onJoystickAxisMove(joystick:Joystick, axis:Int, value:Float):Void
onJoystickButtonDown(joystick:Joystick, button:Int):Void
onJoystickButtonUp(joystick:Joystick, button:Int):Void
onJoystickConnect(joystick:Joystick):Void
onJoystickDisconnect(joystick:Joystick):Void
onJoystickHatMove(joystick:Joystick, hat:Int, position:JoystickHatPosition):Void
onJoystickTrackballMove(joystick:Joystick, trackball:Int, value:Float):Void
onKeyDown(keyCode:KeyCode, modifier:KeyModifier):Void
onKeyUp(keyCode:KeyCode, modifier:KeyModifier):Void
onModuleExit(code:Int):Void
onMouseDown(x:Float, y:Float, button:Int):Void
onMouseMove(x:Float, y:Float):Void
onMouseMoveRelative(x:Float, y:Float):Void
onMouseUp(x:Float, y:Float, button:Int):Void
onMouseWheel(deltaX:Float, deltaY:Float):Void
onPreloadComplete():Void
onPreloadProgress(loaded:Int, total:Int):Void
onRenderContextLost():Void
onRenderContextRestored(context:RenderContext):Void
onTextEdit(text:String, start:Int, length:Int):Void
onTextInput(text:String):Void
onTouchEnd(touch:Touch):Void
onTouchMove(touch:Touch):Void
onTouchStart(touch:Touch):Void
onWindowActivate():Void
onWindowClose():Void
onWindowCreate():Void
onWindowDeactivate():Void
onWindowDropFile(file:String):Void
onWindowEnter():Void
onWindowFocusIn():Void
onWindowFocusOut():Void
onWindowFullscreen():Void
onWindowLeave():Void
onWindowMinimize():Void
onWindowMove(x:Float, y:Float):Void
onWindowResize(width:Int, height:Int):Void
onWindowRestore():Void
render(context:RenderContext):Void
update(deltaTime:Int):Void
mouseChildren:Bool
read onlynumChildren:Int
tabChildren:Bool
read onlytextSnapshot:TextSnapshot
accessibilityImplementation:AccessibilityImplementation
contextMenu:ContextMenu
doubleClickEnabled:Bool
focusRect:Null<Bool>
mouseEnabled:Bool
@:require(flash11)needsSoftKeyboard:Bool
@:require(flash11)softKeyboardInputAreaOfInterest:Rectangle
tabEnabled:Bool
tabIndex:Int
accessibilityProperties:AccessibilityProperties
alpha:Float
blendMode:BlendMode
@:require(flash10)read onlywrite onlyblendShader:Shader
cacheAsBitmap:Bool
cacheAsBitmapMatrix:Matrix
filters:Array<BitmapFilter>
height:Float
read onlyloaderInfo:LoaderInfo
mask:DisplayObject
read onlymouseX:Float
read onlymouseY:Float
name:String
opaqueBackground:Null<UInt>
read onlyparent:DisplayObjectContainer
read onlyroot:DisplayObject
rotation:Float
@:require(flash10)rotationX:Float
@:require(flash10)rotationY:Float
@:require(flash10)rotationZ:Float
scale9Grid:Rectangle
scaleX:Float
scaleY:Float
@:require(flash10)scaleZ:Float
scrollRect:Rectangle
shader:Shader
read onlystage:Stage
transform:Transform
visible:Bool
width:Float
x:Float
y:Float
@:require(flash10)z:Float
addChild(child:DisplayObject):DisplayObject
addChildAt(child:DisplayObject, index:Int):DisplayObject
areInaccessibleObjectsUnderPoint(point:Point):Bool
contains(child:DisplayObject):Bool
getChildAt(index:Int):DisplayObject
getChildByName(name:String):DisplayObject
getChildIndex(child:DisplayObject):Int
getObjectsUnderPoint(point:Point):Array<DisplayObject>
removeChild(child:DisplayObject):DisplayObject
removeChildAt(index:Int):DisplayObject
@:value({ endIndex : 0x7FFFFFFF, beginIndex : 0 })@:require(flash11)removeChildren(beginIndex:Int = 0, endIndex:Int = 0x7FFFFFFF):Void
setChildIndex(child:DisplayObject, index:Int):Void
@:require(flash11_8)stopAllMovieClips():Void
swapChildren(child1:DisplayObject, child2:DisplayObject):Void
swapChildrenAt(index1:Int, index2:Int):Void
@:require(flash11)requestSoftKeyboard():Bool
getBounds(targetCoordinateSpace:DisplayObject):Rectangle
getRect(targetCoordinateSpace:DisplayObject):Rectangle
globalToLocal(pos:Point):Point
@:require(flash10)globalToLocal3D(point:Point):Vector3D
hitTestObject(obj:DisplayObject):Bool
@:value({ shapeFlag : false })hitTestPoint(x:Float, y:Float, shapeFlag:Bool = false):Bool
inlineinvalidate():Void
@:require(flash10)local3DToGlobal(point3d:Vector3D):Point
localToGlobal(point:Point):Point
@: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
dispatchEvent(event:Event):Bool
hasEventListener(type:String):Bool
@:value({ useCapture : false })removeEventListener<T>(type:EventType<T>, listener:T ‑> Void, useCapture:Bool = false):Void
toString():String
willTrigger(type:String):Bool