GG
|
Encapsulates the state of GG event pumping. More...
#include <EventPump.h>
Public Member Functions | |
EventPumpState () | |
Public Attributes | |
unsigned int | last_FPS_time |
unsigned int | last_frame_time |
unsigned int | most_recent_time |
std::size_t | frames |
Encapsulates the state of GG event pumping.
A single state object is shared by all EventPumps, to ensure state consistency.
Definition at line 43 of file EventPump.h.