package flash.events
extends Event
Available on flashnew (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)
altKey:Bool
ctrlKey:Bool
isPrimaryTouchPoint:Bool
isRelatedObjectInaccessible:Bool
localX:Float
localY:Float
pressure:Float
relatedObject:InteractiveObject
shiftKey:Bool
sizeX:Float
sizeY:Float
read only stageX:Float
read only stageY:Float
touchPointID:Int
updateAfterEvent ():Void
static read only PROXIMITY_BEGIN:String
static read only PROXIMITY_END:String
static read only PROXIMITY_MOVE:String
static read only PROXIMITY_OUT:String
static read only PROXIMITY_OVER:String
static read only PROXIMITY_ROLL_OUT:String
static read only PROXIMITY_ROLL_OVER:String
static read only TOUCH_BEGIN:String
static read only TOUCH_END:String
static read only TOUCH_MOVE:String
static read only TOUCH_OUT:String
static read only TOUCH_OVER:String
static read only TOUCH_ROLL_OUT:String
static read only TOUCH_ROLL_OVER:String
static read only TOUCH_TAP:String
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/flash/events/TouchEvent.html