#include <KeyboardInterface.h>
Public Member Functions | |
| virtual void | onKeyboardEvent (const KeyboardEvent &)=0 |
Static Public Member Functions | |
| static bool | getKeyState (int key) |
Friends | |
| class | KeyboardEvent |
Definition at line 9 of file KeyboardInterface.h.
| bool RenderTools::KeyboardInterface::getKeyState | ( | int | key | ) | [static] |
Definition at line 8 of file KeyboardInterface.cpp.
| virtual void RenderTools::KeyboardInterface::onKeyboardEvent | ( | const KeyboardEvent & | ) | [pure virtual] |
friend class KeyboardEvent [friend] |
Definition at line 10 of file KeyboardInterface.h.
1.5.8