GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
widgets
gp_key_repeat_timer.h
1
//SPDX-License-Identifier: LGPL-2.0-or-later
2
3
/*
4
5
Copyright (c) 2014-2020 Cyril Hrubis <metan@ucw.cz>
6
7
*/
8
9
#ifndef GP_KEY_REPEAT_TIMER
10
#define GP_KEY_REPEAT_TIMER
11
12
#include <input/gp_types.h>
13
14
void
gp_key_repeat_timer_init(
gp_ev_queue
*ev_queue,
gp_timer
**tmr_queue);
15
16
void
gp_handle_key_repeat_timer(
gp_event
*ev);
17
18
#endif
/* GP_KEY_REPEAT_TIMER */
gp_ev_queue
An event queue.
Definition
gp_ev_queue.h:24
gp_event
An input event.
Definition
gp_event.h:153
gp_timer
A timer.
Definition
gp_timer.h:26
Generated by
1.9.8