SDLTimer

Undocumented in source.

Members

Functions

setInterval
TimerEvent setInterval(AppCallback fn, uint ms)
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
TimerEvent setTimeout(AppCallback fn, uint ms)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Timer

setTimeout
TimerEvent setTimeout(AppCallback fn, uint ms)
Undocumented in source.
setInterval
TimerEvent setInterval(AppCallback fn, uint ms)
Undocumented in source.

Meta