W3cubDocs

/Haxe JavaScript

SimpleGestureEvent

package js.html

extends MouseEventUIEventEvent

@:native("SimpleGestureEvent") Available on js

Variables

allowedDirections:Int

read only clickCount:Int

read only delta:Float

read only direction:Int

Methods

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 variables

@:value(2) static inline read only DIRECTION_DOWN:Int = 2

@:value(4) static inline read only DIRECTION_LEFT:Int = 4

@:value(8) static inline read only DIRECTION_RIGHT:Int = 8

@:value(1) static inline read only DIRECTION_UP:Int = 1

@:value(2) static inline read only ROTATION_CLOCKWISE:Int = 2

@:value(1) static inline read only ROTATION_COUNTERCLOCKWISE:Int = 1

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SimpleGestureEvent.html