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
input
gp_types.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2021 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
#ifndef INPUT_GP_TYPES_H
7
#define INPUT_GP_TYPES_H
8
9
typedef
struct
gp_ev_queue
gp_ev_queue
;
10
typedef
struct
gp_events_state
gp_events_state
;
11
typedef
struct
gp_event
gp_event
;
12
typedef
struct
gp_timer
gp_timer
;
13
typedef
struct
gp_task
gp_task
;
14
typedef
struct
gp_task_queue
gp_task_queue
;
15
typedef
struct
gp_keymap gp_keymap;
16
typedef
struct
gp_ev_feedback gp_ev_feedback;
17
typedef
struct
gp_ev_feedback_op gp_ev_feedback_op;
18
19
#endif
/* INPUT_GP_TYPES_H */
gp_ev_queue
An event queue.
Definition
gp_ev_queue.h:24
gp_event
An input event.
Definition
gp_event.h:153
gp_events_state
An input events state.
Definition
gp_event.h:135
gp_task_queue
A task queue.
Definition
gp_task.h:28
gp_task
A task.
Definition
gp_task.h:48
gp_timer
A timer.
Definition
gp_timer.h:26
Generated by
1.9.8