
Definition at line 12 of file InputProvider.h.
Public Member Functions | |
| virtual | ~InputProvider () |
| virtual bool | isPressed (SDLKey key) const =0 |
| virtual bool | isLeftPressed () const =0 |
| virtual bool | isRightPressed () const =0 |
| virtual bool | isMiddlePressed () const =0 |
| virtual V2 | getMouseLoc () const =0 |
| virtual std::string | toString () const =0 |
|
|
Definition at line 14 of file InputProvider.h. 00014 {}
|
|
|
Implemented in InputHandler. |
|
|
Implemented in InputHandler. |
|
|
Implemented in InputHandler. |
|
|
Implemented in InputHandler. |
|
|
Implemented in InputHandler. |
|
|
Implemented in InputHandler. |
1.4.2