GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_widgets_task.h
Go to the documentation of this file.
1//SPDX-License-Identifier: LGPL-2.0-or-later
2
3/*
4
5 Copyright (c) 2014-2021 Cyril Hrubis <metan@ucw.cz>
6
7 */
8
16#ifndef GP_WIDGETS_TASK_H
17#define GP_WIDGETS_TASK_H
18
19#include <input/gp_task.h>
20
29
38
39#endif /* GP_WIDGETS_TASK_H */
Application tasks.
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.
A task.
Definition gp_task.h:48