diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 02:54:54 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-28 02:54:54 +0000 |
commit | b4b4ddefecfb004e37a5ca3c2d86bfa3312a7064 (patch) | |
tree | d43999ffe9f1c238090dd13ecf010b7208d98874 | |
parent | 5ef639f6333f15d03ae9982140e6b1a74d49dd4c (diff) |
getting ready for release 0.4
svn path=/trunk/externals/hcs/hid/; revision=2334
-rw-r--r-- | TODO | 17 | ||||
-rw-r--r-- | hid.h | 4 |
2 files changed, 7 insertions, 14 deletions
@@ -1,12 +1,5 @@ ============================================================================== -= write hid_print() - -- MacOS X (device/element list) - -- GNU/Linux - -============================================================================== = define generic event timestamp struct (probably Pd-ized input_event ) The question is whether the timeval is needed at all. Linux and Darwin @@ -92,11 +85,11 @@ void hid_post(const char *format, const char *); the events. -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + /++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS BUGS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + \++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/ ______________________________________________________________________________ - BUG: getting events from the queue doesn't output a 0 value event when the @@ -12,9 +12,9 @@ #include "input_arrays.h" #define HID_MAJOR_VERSION 0 -#define HID_MINOR_VERSION 1 +#define HID_MINOR_VERSION 4 -static char *version = "$Revision: 1.11 $"; +static char *version = "$Revision: 1.12 $"; /*------------------------------------------------------------------------------ * CLASS DEF |