Public Member Functions | |
| MouseHandler (MortevielleEngine *vm) | |
| void | initMouse () |
| void | hideMouse () |
| void | showMouse () |
| void | setMousePosition (Common::Point newPos) |
| void | getMousePosition (int &x, int &y, bool &click) |
| void | moveMouse (bool &funct, char &key) |
| bool | isMouseIn (Common::Rect r) |
Public Attributes | |
| Common::Point | _pos |