SDL2Timer

SDL Timer wrapper.

Constructors

this
this(SDL2 sdl2, uint intervalMs)

Create a new SDL timer.

Destructor

~this
~this()

Timer clean-up.

Members

Functions

close
deprecated void close()
Undocumented in source. Be warned that the author may not have intended to support it.
id
SDL_TimerID id()
onTimer
uint onTimer(uint interval)

Override this to implement a SDL timer.

Meta