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, time
F_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, updateFlag
Copyright © 2019. All Rights Reserved.