|
ShishGL
1.0
A simple modular cross-platform graphics library
|
|
Go to the documentation of this file.
2 #ifndef SHISHGL_TIMER_EVENT_HPP
3 #define SHISHGL_TIMER_EVENT_HPP
35 #endif //SHISHGL_TIMER_EVENT_HPP
const TimeDelta & delta() const
Definition: TimerEvent.cpp:13
~TimerEvent() override=default
bool happen(Listener *listener) override
Definition: TimerEvent.cpp:19
Definition: TimerEvent.hpp:11
Definition: CoreApplication.hpp:10
EventMask mask() override
Definition: TimerEvent.hpp:18
TimerEvent(const TimeDelta &delta)
Definition: TimerEvent.cpp:8
Definition: Listener.hpp:7
Clock::duration TimeDelta
Definition: Time.hpp:11
TimeDelta time_delta
Definition: TimerEvent.hpp:29
uint64_t EventMask
Definition: Event.hpp:11