diff options
-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 |