W3cubDocs

/Haxe Flash

PressAndTapGestureEvent

package flash.events

extends GestureEventEvent

@:require(flash10_1) Available on flash

Constructor

@:value({ shiftKey : false, altKey : false, ctrlKey : false, tapLocalY : 0, tapLocalX : 0, localY : 0, localX : 0, cancelable : false, bubbles : true }) new (type:String, bubbles:Bool = true, cancelable:Bool = false, ?phase:String, localX:Float = 0, localY:Float = 0, tapLocalX:Float = 0, tapLocalY:Float = 0, ctrlKey:Bool = false, altKey:Bool = false, shiftKey:Bool = false)

Variables

tapLocalX:Float

tapLocalY:Float

read only tapStageX:Float

read only tapStageY:Float

Static variables

static read only GESTURE_PRESS_AND_TAP:String

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/events/PressAndTapGestureEvent.html