Page 1 of 1

Wrong cursor orientation with Ubiquio 503g and Asus M530W

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

PostPosted: 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?

PostPosted: 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

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

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

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

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

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