Public Member Functions | |
| void | init () |
| void | setButtons (uint16 b) |
| uint16 | getButtons () |
| void | stylusDown (int x, int y) |
| void | stylusUp (int x, int y) |
| void | stylusMove (int x, int y) |
| void | updateMouse (int newX, int newY) |
| void | updateMouseButtons (bool isDown) |
| void | updateActions (Common::Event event, bool keyDown, bool fromMouse) |
| int | getMouseX () |
| int | getMouseY () |