mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 10:28:08 +00:00
[client] kb: rename key code arrays from xfree86_* to linux_*
We are using Linux key codes defined in input-event-codes.h, not XFree86 stuff.
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
#include <linux/input.h>
|
||||
#include <stdint.h>
|
||||
|
||||
extern const uint32_t xfree86_to_ps2[KEY_MAX];
|
||||
extern const char * xfree86_to_str[KEY_MAX];
|
||||
extern const char * xfree86_to_display[KEY_MAX];
|
||||
extern const uint32_t linux_to_ps2[KEY_MAX];
|
||||
extern const char * linux_to_str[KEY_MAX];
|
||||
extern const char * linux_to_display[KEY_MAX];
|
||||
|
||||
void initImGuiKeyMap(int * keymap);
|
||||
|
||||
|
Reference in New Issue
Block a user