SDL2Timer

SDL Timer wrapper.

Constructors

this
this(SDL2 sdl2, uint intervalMs)

Create a new SDL timer.

Destructor

~this
~this()

Members

Functions

close
void close()

Timer clean-up.

id
SDL_TimerID id()
onTimer
uint onTimer(uint interval)

Override this to implement a SDL timer.

Meta