From 66ad495619142d1ac7051708dad92dc0aa2ba97e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 27 Jun 2005 00:27:53 +0000 Subject: made 0.6 release svn path=/trunk/externals/hcs/hid/; revision=3250 --- TODO | 24 ++++++++++++++++++++++++ hid.h | 4 ++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 1e63c7d..a32547d 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,27 @@ +============================================================================== += 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 diff --git a/hid.h b/hid.h index 8f22318..d2374bc 100644 --- a/hid.h +++ b/hid.h @@ -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 -- cgit v1.2.1