GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_widget_timer.h
Go to the documentation of this file.
1//SPDX-License-Identifier: LGPL-2.0-or-later
2
3/*
4
5 Copyright (c) 2014-2024 Cyril Hrubis <metan@ucw.cz>
6
7 */
8
16#ifndef GP_WIDGET_TIMER_H
17#define GP_WIDGET_TIMER_H
18
27
36
37#endif /* GP_WIDGET_TIMER_H */
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.
A timer.
Definition gp_timer.h:26