GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
widgets
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
26
void
gp_widgets_timer_ins
(
gp_timer
*timer);
27
35
void
gp_widgets_timer_rem
(
gp_timer
*timer);
36
37
#endif
/* GP_WIDGET_TIMER_H */
gp_widgets_timer_rem
void gp_widgets_timer_rem(gp_timer *timer)
Removes a timer from the widgets timer queue.
gp_widgets_timer_ins
void gp_widgets_timer_ins(gp_timer *timer)
Inserts a timer into the widgets timer queue.
gp_timer
A timer.
Definition
gp_timer.h:26
Generated by
1.9.8