public interface EventManager
Modifier and Type | Method and Description |
---|---|
boolean |
keyPressed(int keyCode,
int modifiers) |
void |
keyReleased(int keyCode) |
boolean |
keyTyped(int keyChar,
int modifiers) |
void |
mouseAction(int mode,
long time,
int x,
int y,
int count,
int buttonMods) |
void |
mouseEnterExit(long time,
int x,
int y,
boolean isExit) |
boolean keyPressed(int keyCode, int modifiers)
boolean keyTyped(int keyChar, int modifiers)
void keyReleased(int keyCode)
void mouseEnterExit(long time, int x, int y, boolean isExit)
void mouseAction(int mode, long time, int x, int y, int count, int buttonMods)