diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-27 19:29:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-11-27 19:29:34 +0000 |
commit | bd04f45dbb9df98d1f3e9cf4c1d080a43af3cb0e (patch) | |
tree | fb13e55fda6d8b4bbfac3de20895bb70c5e04d28 /TODO | |
parent | a425a8aca3765a29750b2786277ad4f50f29d893 (diff) |
quick kludge to add more event types for MacOS X, including a test version of keyboard support
svn path=/trunk/externals/hcs/hid/; revision=2324
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -160,3 +160,19 @@ Because of the currnently implementation of the conversion of the MacOS X style event to the Linux style event, an event with a value of zero is output on the unchanged axis when the hatswitch is moved in along the X or Y axis (as opposed to diagonally). + + +______________________________________________________________________________ +- BUG: on MacOS X, mouse axis data is limited by the screen dimensions + +- the axes data stops outputting when the mouse pointer reaches the edge of + the screen. Hopefully the HID Manager API will allow raw mouse data + access. It must since its used with games. + +_________________________________________________________________________________________ +- BUG: on MacOS X, two keyboard key codes are reported as hatswitches + + abs abs_hat0x Button Input, Keyboard Usage 0x39 + abs abs_hat0y Button Input, Keyboard Usage 0x39 + +I am pretty sure this is just a display problem, but it might not be. |