public static class Mouse.MotionEvent extends Mouse.Event
Event.Input, Event.XY| Modifier and Type | Field and Description |
|---|---|
float |
dx
The amount by which the mouse moved on the x axis.
|
float |
dy
The amount by which the mouse moved on the y axis.
|
flags, timeF_PREVENT_DEFAULT| Constructor and Description |
|---|
MotionEvent(int flags,
double time,
float x,
float y,
float dx,
float dy) |
clearFlag, isAltDown, isCtrlDown, isMetaDown, isSet, isShiftDown, modifierFlags, setFlag, toString, updateFlagCopyright © 2018. All Rights Reserved.