Fix global hotkeys when using virtual mapper that pretends to be a joystick as well (kanata)

This commit is contained in:
dec05eba
2025-02-05 21:03:42 +01:00
parent 8c148aceda
commit 6fe9f1a8d5
3 changed files with 9 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
#include <stdbool.h>
#include <stdint.h>
bool is_key_or_mouse_button(uint32_t keycode);
bool is_keyboard_key(uint32_t keycode);
bool is_mouse_button(uint32_t keycode);
#endif /* KEYS_H */