aboutsummaryrefslogtreecommitdiffstats
path: root/dome_key_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'dome_key_map.h')
-rw-r--r--dome_key_map.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/dome_key_map.h b/dome_key_map.h
new file mode 100644
index 0000000..473d2f0
--- /dev/null
+++ b/dome_key_map.h
@@ -0,0 +1,22 @@
+/* Test */
+
+/* Generated with cbindgen:0.6.2 */
+
+#include <stdint.h>
+#include <stdlib.h>
+#include <stdbool.h>
+
+typedef enum {
+ Play,
+ Up,
+ Down,
+} HeadphoneButton;
+
+typedef struct MapKind MapKind;
+
+typedef struct Option_CString Option_CString;
+
+typedef struct {
+ Option_CString action;
+ MapKind kind;
+} KeyActionResult;