H
- @JsType(isNative=true, name="WheelEvent", namespace="<global>") public class NativeWheelEvent<H extends HTMLElement<H>> extends NativeMouseEvent<H>
Modifier and Type | Field and Description |
---|---|
static int |
DOM_DELTA_LINE |
static int |
DOM_DELTA_PAGE |
static int |
DOM_DELTA_PIXEL |
FIFTH_BUTTON, FOURTH_BUTTON, LEFT_BUTTON, MIDDLE_BUTTON, NO_BUTTON, RIGHT_BUTTON
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE
Constructor and Description |
---|
NativeWheelEvent() |
Modifier and Type | Method and Description |
---|---|
WheelDeltaMode |
getDeltaMode() |
int |
getDeltaX() |
double |
getDeltaY() |
double |
getDeltaZ() |
getButton, getButtons, getClientX, getClientY, getModifierState, getMovementX, getMovementY, getNativeButton, getNativeButtons, getOffsetX, getOffsetY, getPageX, getPageY, getRegion, getRelatedTarget, getScreenX, getScreenY, getX, getY, hasButton, isAltKey, isCtrlKey, isMetaKey, isShiftKey
getDetail, getView
getCancelBubble, getCurrentTarget, getEventPhase, getEventType, getNativeEventPhase, getTarget, getTimeStamp, getType, isBubbles, isCancellable, isDefaultPrevented, isTrusted, preventDefault, setCancelBubble, stopImmediatePropagation, stopPropagation
cast, getOwnPropertyNames, hasOwnProperty, observe
@JsOverlay public static final int DOM_DELTA_PIXEL
@JsOverlay public static final int DOM_DELTA_LINE
@JsOverlay public static final int DOM_DELTA_PAGE
@JsProperty(name="deltaX") public int getDeltaX()
@JsProperty(name="deltaY") public double getDeltaY()
@JsProperty(name="deltaZ") public double getDeltaZ()
@JsOverlay public final WheelDeltaMode getDeltaMode()
Copyright © 2018 Xalys. All rights reserved.