Sort by HID usage, which makes more sense and is more cross-platform

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403236
This commit is contained in:
Sam Lantinga 2008-11-08 07:34:21 +00:00
parent 2b777b84e2
commit eb0b9dc85d
2 changed files with 15 additions and 12 deletions

View file

@ -35,6 +35,7 @@
struct recElement
{
IOHIDElementCookie cookie; /* unique value which identifies element, will NOT change */
long usagePage, usage; /* HID usage */
long min; /* reported min value possible */
long max; /* reported max value possible */
#if 0