Page 1 of 1
Wrong cursor orientation with Ubiquio 503g and Asus M530W

Posted:
Mar 7, 2008 @ 3:00pm
by drgoldie

Posted:
Mar 7, 2008 @ 8:22pm
by Kzinti
GetKeyList() will always report "left" as VK_LEFT, up as "VK_UP", etc. no matter what you specify as an orientation.
PocketHAL will perform "device to logical" key translations in its WindowProc. Are you saying that this translation doesn't work properly on these 2 devices?

Posted:
Mar 7, 2008 @ 9:24pm
by drgoldie
What I should have said is that my application is derived from the classes that come with the samples in PocketHAL.
So far my application worked on all devices. Yesterday I got these two new devices and it does not work correctly with those...
Daniel

Posted:
Mar 8, 2008 @ 12:42am
by Kzinti
Got it, I will investigate over the weekend.

Posted:
Mar 10, 2008 @ 6:57am
by Kzinti
Please try this version and let me know how it goes. Logging is enabled.

Posted:
Mar 10, 2008 @ 3:14pm
by drgoldie

Posted:
Mar 10, 2008 @ 4:10pm
by Kzinti

Posted:
Mar 10, 2008 @ 4:14pm
by drgoldie