/
api
/
name
/ gb.raisetimer
GB.RaiseTimer
Syntax
void
GB.RaiseTimer
( void *
timer
)
Raises a
Timer
event for a specific timer.
timer
points at the
Timer
Gambas
object.
You must call this function each time one of the timer started in the
timer hook function
is triggered.
See also
Timer Management