TouchEvent
package flash.events
extends Event
Available on flash
Static variables
staticfinalread onlyPROXIMITY_BEGIN:String
staticfinalread onlyPROXIMITY_END:String
staticfinalread onlyPROXIMITY_MOVE:String
staticfinalread onlyPROXIMITY_OUT:String
staticfinalread onlyPROXIMITY_OVER:String
staticfinalread onlyPROXIMITY_ROLL_OUT:String
staticfinalread onlyPROXIMITY_ROLL_OVER:String
staticfinalread onlyTOUCH_BEGIN:String
staticfinalread onlyTOUCH_END:String
staticfinalread onlyTOUCH_MOVE:String
staticfinalread onlyTOUCH_OUT:String
staticfinalread onlyTOUCH_OVER:String
staticfinalread onlyTOUCH_ROLL_OUT:String
staticfinalread onlyTOUCH_ROLL_OVER:String
staticfinalread onlyTOUCH_TAP:String
Constructor
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
altKey:Bool
ctrlKey:Bool
isPrimaryTouchPoint:Bool
isRelatedObjectInaccessible:Bool
localX:Float
localY:Float
pressure:Float
relatedObject:InteractiveObject
shiftKey:Bool
sizeX:Float
sizeY:Float
read onlystageX:Float
read onlystageY:Float
touchPointID:Int
Methods
updateAfterEvent():Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/events/TouchEvent.html