|
OpenPolygon
1.0.0
OpenPolygon is a Rendering Engine
|
The MouseEvent - Event class. More...
#include <input.h>
Public Member Functions | |
| int | getButton (void) const |
| bool | isMousePressed (void) const |
| bool | isMouseReleased (void) const |
| bool | isShiftDown (void) const |
| bool | isControlDown (void) const |
| bool | isAltDown (void) const |
| bool | isSuperDown (void) const |
| int | getAction (void) const |
| int | getMod (void) const |
| void | setAction (int action) |
| void | setMod (int mod) |
| void | setButton (int button) |
| void | setPosition (const Vector2f &vector) |
The MouseEvent - Event class.
MouseEvent - Store Mouse Data
1.8.10