uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

HIDx needs keyboard and mouse work #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With some keyboards, HIDx returns off-by-one keys.  This is dumb.  I
suspect the problem comes from looking up character names by adding magic
numbers to HID element cookies.  I bet the hid usagePages and usageNames
can provide more stable (i.e. intended) mappings to character names.

Also, it should be worthwhile to implement a HIDx mouse class.

Original issue reported on code.google.com by Benjamin.Heasly on 11 Dec 2009 at 6:21

GoogleCodeExporter commented 8 years ago

Original comment by Benjamin.Heasly on 16 Feb 2010 at 10:56

GoogleCodeExporter commented 8 years ago
I wrote mexHID to replace HIDx.  It uses a table of cookies and readable 
descriptors to avoid key mapping assumptions.

Original comment by Benjamin.Heasly on 23 Jun 2010 at 11:28