aboutsummaryrefslogtreecommitdiff
path: root/tools/gsr-global-hotkeys/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gsr-global-hotkeys/keys.h')
-rw-r--r--tools/gsr-global-hotkeys/keys.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/gsr-global-hotkeys/keys.h b/tools/gsr-global-hotkeys/keys.h
new file mode 100644
index 0000000..11d0d92
--- /dev/null
+++ b/tools/gsr-global-hotkeys/keys.h
@@ -0,0 +1,10 @@
+#ifndef KEYS_H
+#define KEYS_H
+
+#include <stdbool.h>
+#include <stdint.h>
+
+bool is_key_or_mouse_button(uint32_t keycode);
+bool is_mouse_button(uint32_t keycode);
+
+#endif /* KEYS_H */