Static variables

staticread onlyPROXIMITY_BEGIN:String

staticread onlyPROXIMITY_END:String

staticread onlyPROXIMITY_MOVE:String

staticread onlyPROXIMITY_OUT:String

staticread onlyPROXIMITY_OVER:String

staticread onlyPROXIMITY_ROLL_OUT:String

staticread onlyTOUCH_BEGIN:String

staticread onlyTOUCH_END:String

staticread onlyTOUCH_MOVE:String

staticread onlyTOUCH_OUT:String

staticread onlyTOUCH_OVER:String

staticread onlyTOUCH_ROLL_OUT:String

staticread onlyTOUCH_ROLL_OVER:String

staticread onlyTOUCH_TAP:String

Constructor

@:value({ shiftKey : false, altKey : false, ctrlKey : false, 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)

Variables

Methods

Inherited Variables

Defined by Event

read onlybubbles:Bool

read onlycancelable:Bool

read onlytarget:Dynamic

read onlytype:String

Inherited Methods