SimpleGestureEvent

SimpleGestureEvent

package js-html

extends MouseEventUIEventEvent

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

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部