>
api
>
name
>
gb.raisetimer
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
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