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_driver_kbd.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2013 Cyril Hrubis <metan@ucw.cz>
4
*/
5
6
/*
7
8
Legacy KBD input driver.
9
10
*/
11
12
#ifndef INPUT_GP_INPUT_DRIVER_KBD_H
13
#define INPUT_GP_INPUT_DRIVER_KBD_H
14
15
#include <input/gp_types.h>
16
17
/*
18
* Converts KBD event to GFXprim event and puts it into the queue.
19
*/
20
void
gp_input_driver_kbd_event_put(
gp_ev_queue
*event_queue,
21
unsigned
char
ev);
22
23
#endif
/* INPUT_GP_INPUT_DRIVER_KBD_H */
gp_ev_queue
An event queue.
Definition
gp_ev_queue.h:24
Generated by
1.9.8