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_input.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2022 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
#ifndef INPUT_GP_INPUT_H
7
#define INPUT_GP_INPUT_H
8
9
#include <
input/gp_event.h
>
10
#include <
input/gp_keys.h
>
11
#include <
input/gp_ev_feedback.h
>
12
#include <
input/gp_ev_queue.h
>
13
#include <
input/gp_time_stamp.h
>
14
#include <
input/gp_task.h
>
15
16
#endif
/* INPUT_GP_INPUT_H */
gp_ev_feedback.h
An input event feedback, e.g. keyboard leds.
gp_ev_queue.h
Event Queue.
gp_event.h
An (input) event layer.
gp_keys.h
A key utility functions.
gp_task.h
Application tasks.
gp_time_stamp.h
A monotonous timestamps.
Generated by
1.9.8