#include <MouseInterface.h>
Public Member Functions | |
| virtual void | onMouseEvent (const MouseEvent &) |
Static Public Member Functions | |
| static const Vec2 & | getMouseNow (void) |
| static const Vec2 & | getMouseBefore (void) |
| static bool | isLeftButtonPressed (void) |
| static bool | isMiddleButtonPressed (void) |
| static bool | isRightButtonPressed (void) |
Friends | |
| class | MouseEvent |
Definition at line 9 of file MouseInterface.h.
| const Vec2 & RenderTools::MouseInterface::getMouseBefore | ( | void | ) | [static] |
Definition at line 20 of file MouseInterface.cpp.
| const Vec2 & RenderTools::MouseInterface::getMouseNow | ( | void | ) | [static] |
Definition at line 16 of file MouseInterface.cpp.
| bool RenderTools::MouseInterface::isLeftButtonPressed | ( | void | ) | [static] |
Definition at line 24 of file MouseInterface.cpp.
| bool RenderTools::MouseInterface::isMiddleButtonPressed | ( | void | ) | [static] |
Definition at line 28 of file MouseInterface.cpp.
| bool RenderTools::MouseInterface::isRightButtonPressed | ( | void | ) | [static] |
Definition at line 32 of file MouseInterface.cpp.
| void RenderTools::MouseInterface::onMouseEvent | ( | const MouseEvent & | ) | [virtual] |
Definition at line 12 of file MouseInterface.cpp.
friend class MouseEvent [friend] |
Definition at line 10 of file MouseInterface.h.
1.5.8