#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 |
A single state object is shared by all EventPumps, to ensure state consistency.
Definition at line 43 of file EventPump.h.
| GG::EventPumpState::EventPumpState | ( | ) |
Default ctor.
| unsigned int GG::EventPumpState::last_FPS_time |
| unsigned int GG::EventPumpState::last_frame_time |
| unsigned int GG::EventPumpState::most_recent_time |
The time recorded on the previous iteration of the event pump loop.
Definition at line 49 of file EventPump.h.
| std::size_t GG::EventPumpState::frames |
1.5.9