#include <Input.h>
Inherits Singleton< T >< Input >.
Inheritance diagram for Input:

Definition at line 9 of file Input.h.
Public Member Functions | |
| Point | getMousePosition () const |
| void | processSDLEvent (SDL_Event &event) |
Private Member Functions | |
| Input () | |
Private Attributes | |
| InputMode | _mode |
| std::string | _str |
Friends | |
| class | Singleton< Input > |
| Input::Input | ( | ) | [private] |
| Point Input::getMousePosition | ( | ) | const |
| void Input::processSDLEvent | ( | SDL_Event & | event | ) |
InputMode Input::_mode [private] |
std::string Input::_str [private] |
1.4.7