MouseScrollEvent

MouseScrollEvent

package js-html

extends MouseEventUIEventEvent

Available on js

The MouseScrollEvent interface represents events that occur due to the user moving a mouse wheel or similar input device.

Documentation MouseScrollEvent by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only axis:Int

Methods

initMouseScrollEvent (type:String, canBubble:Bool, cancelable:Bool, view:Window, detail:Int, screenX:Int, screenY:Int, clientX:Int, clientY:Int, ctrlKey:Bool, altKey:Bool, shiftKey:Bool, metaKey:Bool, button:Int, relatedTarget:EventTarget, axis:Int):Void

Static variables

static inline read only HORIZONTAL_AXIS:Int = 1

static inline read only VERTICAL_AXIS:Int = 2

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/MouseScrollEvent.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部