Static variables

Constructor

@:value({ isTouchPointCanceled : false, samples : null, touchIntent : null, timestamp : 0, controlKey : false, commandKey : false, shiftKey : false, altKey : false, ctrlKey : false, relatedObject : null, pressure : 0, sizeY : 0, sizeX : 0, localY : 0, localX : 0, isPrimaryTouchPoint : false, touchPointID : 0, cancelable : false, bubbles : true })new(type:String, bubbles:Bool = true, cancelable:Bool = false, touchPointID:Int = 0, isPrimaryTouchPoint:Bool = false, localX:Float = 0, localY:Float = 0, sizeX:Float = 0, sizeY:Float = 0, pressure:Float = 0, ?relatedObject:InteractiveObject, ctrlKey:Bool = false, altKey:Bool = false, shiftKey:Bool = false, commandKey:Bool = false, controlKey:Bool = false, timestamp:Float = 0, ?touchIntent:String, ?samples:ByteArray, isTouchPointCanceled:Bool = false)

Variables

@:flash.propertyaltKey:Bool

@:flash.propertycommandKey:Bool

@:flash.propertycontrolKey:Bool

@:flash.propertyctrlKey:Bool

@:flash.propertyisPrimaryTouchPoint:Bool

@:flash.propertylocalX:Float

@:flash.propertylocalY:Float

@:flash.propertypressure:Float

@:flash.propertyshiftKey:Bool

@:flash.propertysizeX:Float

@:flash.propertysizeY:Float

@:flash.propertystageX:Float

@:flash.propertystageY:Float

@:flash.propertytouchPointID:Int

Methods

Inherited Variables

Defined by Event

@:flash.propertyread onlybubbles:Bool

@:flash.propertyread onlycancelable:Bool

@:flash.propertyread onlycurrentTarget:Object

@:flash.propertyread onlyeventPhase:EventPhase

@:flash.propertyread onlytarget:Object

@:flash.propertyread onlytype:String

Inherited Methods