GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
gp_keys.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_KEYS_H
7#define INPUT_GP_KEYS_H
8
9#include <input/gp_event_keys.h>
10
20int gp_ev_key_val(const char *name);
21
28const char *gp_ev_key_name(unsigned int val);
29
30#endif /* INPUT_GP_KEYS_H */