public class MouseState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
modifiers |
long |
time |
(package private) int |
x |
(package private) int |
y |
Constructor and Description |
---|
MouseState() |
Modifier and Type | Method and Description |
---|---|
boolean |
check(int xyRange,
int x,
int y,
int modifiers,
long time,
long delayMax) |
boolean |
inRange(int xyRange,
int x,
int y) |
boolean |
is(MouseState current) |
(package private) void |
set(long time,
int x,
int y,
int modifiers) |
(package private) void |
setCurrent(MouseState current,
int why) |
void set(long time, int x, int y, int modifiers)
void setCurrent(MouseState current, int why)
current
- why
- - for debugging purposespublic boolean inRange(int xyRange, int x, int y)
public boolean check(int xyRange, int x, int y, int modifiers, long time, long delayMax)
public boolean is(MouseState current)