public interface IInputHandler
| Modifier and Type | Method and Description |
|---|---|
int |
getMouseX() |
int |
getMouseY() |
boolean |
isKeyDown(int key) |
boolean |
isMouseDown(int button) |
boolean |
wasKeyPressed(int key) |
boolean |
wasMousePressed(int button) |