anchovy v0.5.0 (2014-03-03T22:38:46Z)
Home
Dub
Repo
Timer.init
anchovy
gui
timer
Timer
Used for initializing timer.
class
Timer
void
init
(
double
_firstTime
,
double
_currentTime
,
double
_delay
,
TimerHandler
_handler
,
TimerTickType
_tickType
=
TimerTickType.init
)
Meta
Source
See Implementation
anchovy
gui
timer
Timer
functions
init
tick
variables
delay
handler
lastUpdateTime
nextUpdateTime
tickType
Used for initializing timer.