public interface WheelEvent extends MouseEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
DOM_DELTA_LINE |
static int |
DOM_DELTA_PAGE |
static int |
DOM_DELTA_PIXEL |
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE| Modifier and Type | Method and Description |
|---|---|
int |
getDeltaMode() |
float |
getDeltaX() |
float |
getDeltaY() |
float |
getDeltaZ() |
void |
initWheelEvent(String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
Window viewArg,
int detailArg,
int screenXArg,
int screenYArg,
int clientXArg,
int clientYArg,
short buttonArg,
EventTarget relatedTargetArg,
String modifiersListArg,
float deltaXArg,
float deltaYArg,
float deltaZArg,
int deltaMode) |
getAltKey, getButton, getButtons, getClientX, getClientY, getCtrlKey, getMetaKey, getModifierState, getOffsetX, getOffsetY, getPageX, getPageY, getRelatedTarget, getScreenX, getScreenY, getShiftKey, getX, getY, initMouseEventgetDetail, getView, initUIEventgetBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventPhase, getIsTrusted, getTarget, getTimeStamp, getType, initEvent, preventDefault, stopImmediatePropagation, stopPropagationstatic final int DOM_DELTA_PIXEL
static final int DOM_DELTA_LINE
static final int DOM_DELTA_PAGE
float getDeltaX()
float getDeltaY()
float getDeltaZ()
int getDeltaMode()
void initWheelEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, Window viewArg, int detailArg, int screenXArg, int screenYArg, int clientXArg, int clientYArg, short buttonArg, EventTarget relatedTargetArg, String modifiersListArg, float deltaXArg, float deltaYArg, float deltaZArg, int deltaMode)
Copyright © 2016. All Rights Reserved.