GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Runs a task in the context of the app main loop. More...
#include <input/gp_task.h>
Go to the source code of this file.
Functions | |
void | gp_widgets_task_ins (gp_task *task) |
Inserts a task into the widgets main loop. | |
void | gp_widgets_task_rem (gp_task *task) |
Removes a task from the widgets main loop. | |
Runs a task in the context of the app main loop.
TODO: Rename to gp_app_task()
Definition in file gp_widgets_task.h.
void gp_widgets_task_ins | ( | gp_task * | task | ) |
Inserts a task into the widgets main loop.
task | A pointer to a gp_task. |