aboutsummaryrefslogtreecommitdiff
path: root/hidio_types.c
AgeCommit message (Collapse)Author
2008-09-09broke down the long line for key types into 80 char linesHans-Christoph Steiner
svn path=/trunk/externals/io/hidio/; revision=10283
2008-06-25- cleaned up debug messages some and set default message level to 0 (none)Hans-Christoph Steiner
- remove [print( and replaced it with [devices( and [elements( - made the [open 0( status output on device close - bumped version number 0.1 in preparation for more work to be done :) svn path=/trunk/externals/io/hidio/; revision=10101
2006-12-08some changes to compile for Max again on OS X, still crashes when starting ↵Olaf Matthes
to poll svn path=/trunk/externals/io/hidio/; revision=6736
2006-12-08- laid out new event labeling scheme based more on USB HID rather than LinuxHans-Christoph Steiner
input.h. It works on my devices on my Mac OS X. I probably broke Linux support. The scheme is in a new file, hidio_types.c - all event symbols except the vendor-defined usage are generated in hidio_setup(). The symbols for vendor-defined usages are generated when the device's element list is built. - changed macros to work cleanly when compiled on Windows using MinGW gcc - fixed up help file to better represent the state of things (still could be much better) svn path=/trunk/externals/io/hidio/; revision=6718