GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Inserts timer into a main loop. More...
Go to the source code of this file.
Functions | |
void | gp_widgets_timer_ins (gp_timer *timer) |
Inserts a timer into the widgets timer queue. | |
void | gp_widgets_timer_rem (gp_timer *timer) |
Removes a timer from the widgets timer queue. | |
void gp_widgets_timer_ins | ( | gp_timer * | timer | ) |
Inserts a timer into the widgets timer queue.
timer | Pointer to a gp_timer. |