|
CG-Project2
|
Public Member Functions | |
| InputManager (InputManager &other)=delete | |
| void | operator= (const InputManager &other)=delete |
| void | keyPressed (const unsigned int &key) |
| void | keyReleased (const unsigned int &key) |
| bool | isKeyPressed (const unsigned int &key) const |
| Key | getKeyStatus (const unsigned int &key) const |
| std::vector< Key > | getKeys () |
Static Public Member Functions | |
| static Shared< InputManager > | instance () |