package js.html
extends MouseEvent › UIEvent › Event
Available on jsallowedDirections:Int
read only clickCount:Int
read only delta:Float
read only direction:Int
initSimpleGestureEvent (typeArg:String, canBubbleArg:Bool, cancelableArg:Bool, viewArg:Window, detailArg:Int, screenXArg:Int, screenYArg:Int, clientXArg:Int, clientYArg:Int, ctrlKeyArg:Bool, altKeyArg:Bool, shiftKeyArg:Bool, metaKeyArg:Bool, buttonArg:Int, relatedTargetArg:EventTarget, allowedDirectionsArg:Int, directionArg:Int, deltaArg:Float, clickCount:Int):Void
static inline read only DIRECTION_DOWN:Int = 2
static inline read only DIRECTION_LEFT:Int = 4
static inline read only DIRECTION_RIGHT:Int = 8
static inline read only DIRECTION_UP:Int = 1
static inline read only ROTATION_CLOCKWISE:Int = 2
static inline read only ROTATION_COUNTERCLOCKWISE:Int = 1
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/SimpleGestureEvent.html