liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Timer
liberty
core
system
class
Timer {
this
(Platform platform, uint intervalMs);
int
id
();
~this
();
uint
onTimer
(uint interval);
}
Constructors
this
this
(Platform platform, uint intervalMs)
Create a new timer.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
id
int
id
()
Returns timer id.
onTimer
uint
onTimer
(uint interval)
Meta
Source
See Implementation
liberty
core
system
classes
Platform
PlatformException
SDL2DisplayMode
SDL2GLContext
SDL2VideoDisplay
SDL2Window
Surface
Timer