diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-27 00:27:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-27 00:27:53 +0000 |
commit | 66ad495619142d1ac7051708dad92dc0aa2ba97e (patch) | |
tree | 1a9170637cbf387a9cd3bd95cf8f031e3a94af9b | |
parent | 1a74eae3dbdd38003446d963b829c5fe5e8cd274 (diff) |
made 0.6 release
svn path=/trunk/externals/hcs/hid/; revision=3250
-rw-r--r-- | TODO | 24 | ||||
-rw-r--r-- | hid.h | 4 |
2 files changed, 26 insertions, 2 deletions
@@ -1,4 +1,28 @@ ============================================================================== += test verbose names + +- matju says symbols are compared by pointer, so they are fast + +- try verbose names like: + syn = sync + snd = sound + msc = misc + rep = repeat + pwr = power + +- maybe these too + abs = absolute + rel = relative + btn = button + +- maybe make the type the full name, with the code using the abbreviation + +- change generic ev_9 to type_9 + +- change word "code" to "element" + + +============================================================================== = make fake names in input_arrays.c Instead of having "NULL" names, make up names using the event type, and the @@ -12,9 +12,9 @@ #include "input_arrays.h" #define HID_MAJOR_VERSION 0 -#define HID_MINOR_VERSION 5 +#define HID_MINOR_VERSION 6 -static char *version = "$Revision: 1.17 $"; +static char *version = "$Revision: 1.18 $"; /*------------------------------------------------------------------------------ * CLASS DEF |