Spec-Zone.ru › Haxe JavaScript

MouseScrollEvent

package js.html

extends MouseEvent › UIEvent › Event

Доступно в 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.

См. также:

  • https://developer.mozilla.org/en-US/docs/Web/API/MouseScrollEvent

Статические переменные

staticinlineread onlyHORIZONTAL_AXIS:Int = 1

staticinlineread onlyVERTICAL_AXIS:Int = 2

Переменные

read onlyaxis:Int

Методы

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

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

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API