GFXprim
2D bitmap graphics library with emphasis on speed and correctness
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