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_keys.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2022 Cyril Hrubis <metan@ucw.cz>
4
*/
5
11
#ifndef INPUT_GP_KEYS_H
12
#define INPUT_GP_KEYS_H
13
14
#include <
input/gp_event_keys.h
>
15
25
int
gp_ev_key_val
(
const
char
*name);
26
33
const
char
*
gp_ev_key_name
(
unsigned
int
val);
34
35
#endif
/* INPUT_GP_KEYS_H */
gp_event_keys.h
Key event values.
gp_ev_key_name
const char * gp_ev_key_name(unsigned int val)
Returns a key name.
gp_ev_key_val
int gp_ev_key_val(const char *name)
Parses a key name and returns key value.
Generated by
1.9.8