aboutsummaryrefslogtreecommitdiff
path: root/input_arrays.h
diff options
context:
space:
mode:
Diffstat (limited to 'input_arrays.h')
-rw-r--r--input_arrays.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/input_arrays.h b/input_arrays.h
new file mode 100644
index 0000000..ea3ce75
--- /dev/null
+++ b/input_arrays.h
@@ -0,0 +1,42 @@
+#ifndef _INPUT_ARRAYS_H
+#define _INPUT_ARRAYS_H
+
+
+char *ev[32];
+char *ev_syn[512];
+char *ev_key[512];
+char *ev_rel[16];
+char *ev_abs[64];
+char *ev_msc[8];
+char *ev_led[16];
+char *ev_snd[8];
+char *ev_rep[2];
+char *ev_ff[128];
+char *ev_pwr[1];
+char *ev_ff_status[2];
+char *ev_5[16];
+char *ev_6[16];
+char *ev_7[16];
+char *ev_8[16];
+char *ev_9[16];
+char *ev_10[16];
+char *ev_11[16];
+char *ev_12[16];
+char *ev_13[16];
+char *ev_14[16];
+char *ev_15[16];
+char *ev_16[16];
+char *ev_19[16];
+char *ev_24[16];
+char *ev_25[16];
+char *ev_26[16];
+char *ev_27[16];
+char *ev_28[16];
+char *ev_29[16];
+char *ev_30[16];
+char *ev_31[16];
+char **event_names[32];
+
+
+
+#endif /* #ifndef _INPUT_ARRAYS_H */