#include <InputManager.h>
Public Member Functions | |
KeyboardInput () | |
int | IsKeyDown (SDLKey nKey) |
int | IsPrevKeyDown (SDLKey nKey) |
Public Attributes | |
Uint8 | m_rKeyStates [SDLK_LAST] |
Uint8 | m_rPrevKeyStates [SDLK_LAST] |
EPOC::KeyboardInput::KeyboardInput | ( | ) | [inline] |
int EPOC::KeyboardInput::IsKeyDown | ( | SDLKey | nKey | ) | [inline] |
int EPOC::KeyboardInput::IsPrevKeyDown | ( | SDLKey | nKey | ) | [inline] |
Uint8 EPOC::KeyboardInput::m_rKeyStates[SDLK_LAST] |
Uint8 EPOC::KeyboardInput::m_rPrevKeyStates[SDLK_LAST] |