SDL2Timer

SDL Timer wrapper.

Constructors

this
this(SDL2 sdl2, uint intervalMs)

Create a new SDL timer.

Destructor

~this
~this()

Timer clean-up.

Members

Functions

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

Override this to implement a SDL timer.

Meta