NZSmartie / PyHIDParser

A HID descriptor parser written in Python 3
MIT License
23 stars 5 forks source link

Support HID v1.11 Items (Main, Global and Local) #1

Closed NZSmartie closed 8 years ago

NZSmartie commented 8 years ago

Item class need to represent HID (Short) Items as in HID spec version 1.11

NZSmartie commented 8 years ago

Usages are now accessible through UsagePages. e.g. hidparser.UsagePage.GenericDesktop.mouse

NZSmartie commented 8 years ago

Due to the complexity of supporting Delimiters, this may be held off until later during alpha development