new (window:Window, ?color:Int)
align:StageAlign
read onlyallowsFullScreen:Bool
read onlyallowsFullScreenInteractive:Bool
read onlyapplication:Application
color:Null<Int>
read onlycontentsScaleFactor:Float
displayState:StageDisplayState
focus:InteractiveObject
frameRate:Float
read onlyfullScreenHeight:UInt
read onlyfullScreenWidth:UInt
quality:StageQuality
scaleMode:StageScaleMode
showDefaultContextMenu:Bool
softKeyboardRect:Rectangle
read onlystage3Ds:Vector<Stage3D>
stageFocusRect:Bool
read onlystageHeight:Int
read onlystageWidth:Int
read onlywindow:Window
addRenderer (renderer:Renderer):Void
addWindow (window:Window):Void
invalidate ():Void
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 (window:Window, keyCode:KeyCode, modifier:KeyModifier):Void
onKeyUp (window:Window, keyCode:KeyCode, modifier:KeyModifier):Void
onModuleExit (code:Int):Void
onMouseDown (window:Window, x:Float, y:Float, button:Int):Void
onMouseMove (window:Window, x:Float, y:Float):Void
onMouseMoveRelative (window:Window, x:Float, y:Float):Void
onMouseUp (window:Window, x:Float, y:Float, button:Int):Void
onMouseWheel (window:Window, deltaX:Float, deltaY:Float):Void
onPreloadComplete ():Void
onPreloadProgress (loaded:Int, total:Int):Void
onRenderContextLost (renderer:Renderer):Void
onRenderContextRestored (renderer:Renderer, context:RenderContext):Void
onTextEdit (window:Window, text:String, start:Int, length:Int):Void
onTextInput (window:Window, text:String):Void
onTouchEnd (touch:Touch):Void
onTouchMove (touch:Touch):Void
onTouchStart (touch:Touch):Void
onWindowActivate (window:Window):Void
onWindowClose (window:Window):Void
onWindowCreate (window:Window):Void
onWindowDeactivate (window:Window):Void
onWindowDropFile (window:Window, file:String):Void
onWindowEnter (window:Window):Void
onWindowFocusIn (window:Window):Void
onWindowFocusOut (window:Window):Void
onWindowFullscreen (window:Window):Void
onWindowLeave (window:Window):Void
onWindowMinimize (window:Window):Void
onWindowMove (window:Window, x:Float, y:Float):Void
onWindowResize (window:Window, width:Int, height:Int):Void
onWindowRestore (window:Window):Void
registerModule (application:Application):Void
removeRenderer (renderer:Renderer):Void
removeWindow (window:Window):Void
render (renderer:Renderer):Void
setPreloader (preloader:Preloader):Void
unregisterModule (application:Application):Void
update (deltaTime:Int):Void
mouseChildren:Bool
read onlynumChildren:Int
tabChildren:Bool
doubleClickEnabled:Bool
focusRect:Null<Bool>
mouseEnabled:Bool
needsSoftKeyboard:Bool
softKeyboardInputAreaOfInterest:Rectangle
tabEnabled:Bool
tabIndex:Int
alpha:Float
blendMode:BlendMode
cacheAsBitmap:Bool
cacheAsBitmapMatrix:Matrix
filters:Array<BitmapFilter>
height:Float
read onlyloaderInfo:LoaderInfo
mask:DisplayObject
read onlymouseX:Float
read onlymouseY:Float
name:String
opaqueBackground:Null<Int>
read onlyparent:DisplayObjectContainer
read onlyroot:DisplayObject
rotation:Float
scale9Grid:Rectangle
scaleX:Float
scaleY:Float
scrollRect:Rectangle
read onlystage:Stage
transform:Transform
visible:Bool
width:Float
x:Float
y: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
removeChildren (?beginIndex:Int, ?endIndex:Int):Void
setChildIndex (child:DisplayObject, index:Int):Void
stopAllMovieClips ():Void
swapChildren (child1:DisplayObject, child2:DisplayObject):Void
swapChildrenAt (index1:Int, index2:Int):Void
requestSoftKeyboard ():Bool
__updateMask (maskGraphics:Graphics):Void
__updateTransforms (?overrideTransform:Matrix):Void
getBounds (targetCoordinateSpace:DisplayObject):Rectangle
getRect (targetCoordinateSpace:DisplayObject):Rectangle
globalToLocal (pos:Point):Point
hitTestObject (obj:DisplayObject):Bool
hitTestPoint (x:Float, y:Float, ?shapeFlag:Bool):Bool
hasEventListener (type:String):Bool
toString ():String
willTrigger (type:String):Bool