GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
widgets
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
28
void
gp_widgets_task_ins
(
gp_task
*task);
29
37
void
gp_widgets_task_rem
(
gp_task
*task);
38
39
#endif
/* GP_WIDGETS_TASK_H */
gp_task.h
Application tasks.
gp_widgets_task_ins
void gp_widgets_task_ins(gp_task *task)
Inserts a task into the widgets main loop.
gp_widgets_task_rem
void gp_widgets_task_rem(gp_task *task)
Removes a task from the widgets main loop.
gp_task
A task.
Definition
gp_task.h:48
Generated by
1.9.8