From d82e6551de2b9f3215fd5f58085097d47a6864b9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 30 Nov 2006 05:53:41 +0000 Subject: 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 --- input_arrays.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 input_arrays.h (limited to 'input_arrays.h') 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 */ -- cgit v1.2.1