ManaPlus
Public Member Functions | Data Fields
LastKey Struct Reference

#include <game.h>

Public Member Functions

 LastKey ()
 

Data Fields

time_t time
 
InputActionT key
 
int cnt
 

Detailed Description

Definition at line 44 of file game.h.

Constructor & Destructor Documentation

◆ LastKey()

LastKey::LastKey ( )
inline

Definition at line 48 of file game.h.

48  :
49  time(0),
51  cnt(0)
52  { }
InputActionT key
Definition: game.h:55
int cnt
Definition: game.h:56
time_t time
Definition: game.h:54

Field Documentation

◆ cnt

int LastKey::cnt

Definition at line 56 of file game.h.

Referenced by Game::checkKeys(), Game::clearKeysArray(), and Game::updateHistory().

◆ key

InputActionT LastKey::key

Definition at line 55 of file game.h.

Referenced by Game::checkKeys(), Game::clearKeysArray(), and Game::updateHistory().

◆ time

time_t LastKey::time

Definition at line 54 of file game.h.

Referenced by Game::checkKeys(), Game::clearKeysArray(), and Game::updateHistory().


The documentation for this struct was generated from the following file: