protected class ActionManager.Mouse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
modifiers |
protected long |
time |
protected int |
x |
protected int |
y |
| Modifier | Constructor and Description |
|---|---|
protected |
ActionManager.Mouse(int type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(int x,
int y,
int modifiers,
long time,
long delayMax) |
boolean |
inRange(int x,
int y) |
protected void |
set(long time,
int x,
int y,
int modifiers) |
protected void |
setCurrent(int why) |