ManaPlus
|
#include <game.h>
Public Member Functions | |
LastKey () | |
Data Fields | |
time_t | time |
InputActionT | key |
int | cnt |
int LastKey::cnt |
Definition at line 56 of file game.h.
Referenced by Game::checkKeys(), Game::clearKeysArray(), and Game::updateHistory().
InputActionT LastKey::key |
Definition at line 55 of file game.h.
Referenced by Game::checkKeys(), Game::clearKeysArray(), and Game::updateHistory().
time_t LastKey::time |
Definition at line 54 of file game.h.
Referenced by Game::checkKeys(), Game::clearKeysArray(), and Game::updateHistory().