|
Zen 0.3.0
|
Public Member Functions | |
| void | begin () |
| void | end () |
| void | reset () |
| bool | held (int scancode) const |
| bool | pressed (int scancode) const |
| bool | released (int scancode) const |
Definition at line 6 of file ZEN_InputSystem.h.
| void Zen::InputSystem::begin | ( | ) |
Definition at line 6 of file ZEN_InputSystem.cpp.
| void Zen::InputSystem::end | ( | ) |
Definition at line 8 of file ZEN_InputSystem.cpp.
| bool Zen::InputSystem::held | ( | int | scancode | ) | const |
Definition at line 17 of file ZEN_InputSystem.cpp.
| bool Zen::InputSystem::pressed | ( | int | scancode | ) | const |
Definition at line 20 of file ZEN_InputSystem.cpp.
| bool Zen::InputSystem::released | ( | int | scancode | ) | const |
Definition at line 23 of file ZEN_InputSystem.cpp.
| void Zen::InputSystem::reset | ( | ) |
Definition at line 12 of file ZEN_InputSystem.cpp.