public final class WCMouseWheelEvent extends Object
Constructor and Description |
---|
WCMouseWheelEvent(int x,
int y,
int screenX,
int screenY,
long when,
boolean shift,
boolean control,
boolean alt,
boolean meta,
float deltaX,
float deltaY) |
Modifier and Type | Method and Description |
---|---|
float |
getDeltaX() |
float |
getDeltaY() |
int |
getScreenX() |
int |
getScreenY() |
long |
getWhen() |
int |
getX() |
int |
getY() |
boolean |
isAltDown() |
boolean |
isControlDown() |
boolean |
isMetaDown() |
boolean |
isShiftDown() |
public WCMouseWheelEvent(int x, int y, int screenX, int screenY, long when, boolean shift, boolean control, boolean alt, boolean meta, float deltaX, float deltaY)
public long getWhen()
public int getX()
public int getY()
public int getScreenX()
public int getScreenY()
public boolean isShiftDown()
public boolean isControlDown()
public boolean isAltDown()
public boolean isMetaDown()
public float getDeltaX()
public float getDeltaY()
Copyright © 2020. All rights reserved.