#include <events.hpp>
Public Member Functions | |
pump_info () | |
int | ticks (unsigned *refresh_counter=nullptr, unsigned refresh_rate=1) |
Public Attributes | |
std::pair< int, int > | resize_dimensions |
Private Attributes | |
int | ticks_ |
Definition at line 125 of file events.hpp.
|
inline |
Definition at line 126 of file events.hpp.
int events::pump_info::ticks | ( | unsigned * | refresh_counter = nullptr , |
unsigned | refresh_rate = 1 |
||
) |
Definition at line 640 of file events.cpp.
References ticks_.
Referenced by countdown_clock::process(), sound::music_thinker::process(), and events::pump().
Definition at line 127 of file events.hpp.
Referenced by events::pump().
|
private |
Definition at line 130 of file events.hpp.
Referenced by ticks().