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:
parent
2b777b84e2
commit
eb0b9dc85d
2 changed files with 15 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue