aboutsummaryrefslogtreecommitdiff
path: root/input_arrays.h
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-30 05:53:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-30 05:53:41 +0000
commitd82e6551de2b9f3215fd5f58085097d47a6864b9 (patch)
tree2767ad063d08b39618be1bede360c274bb6adc63 /input_arrays.h
parentfaa02ea1a208dccdc0df2c9ba567c09ca6c2e957 (diff)
did lots of renaming to the new [hidio] name, removed a little bit of cruft. Builds on Mac OS X, but doesn't load yet :-/. hidio_setup() gets called successfully, but for some reason hidio_new() does not seem to get called
svn path=/trunk/externals/io/hidio/; revision=6533
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 */