API Documentation

class InteractiveObject

package openfl.display

extends DisplayObject › EventDispatcher

extended by DisplayObjectContainer, SimpleButton, TextField

Constructor

new ()

Variables

doubleClickEnabled:Bool

focusRect:Null<Bool>

mouseEnabled:Bool

needsSoftKeyboard:Bool

softKeyboardInputAreaOfInterest:Rectangle

tabEnabled:Bool

tabIndex:Int

Methods

requestSoftKeyboard ():Bool

Inherited Variables

Defined by DisplayObject

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

Inherited Methods

Defined by DisplayObject

__update (transformOnly:Bool, updateChildren:Bool, ?maskGraphics:Graphics):Void

__updateChildren (transformOnly:Bool):Void

__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

localToGlobal (point:Point):Point

Defined by EventDispatcher

hasEventListener (type:String):Bool

toString ():String

willTrigger (type:String):Bool

© 2018