Page 1 of 1

Windows 6.5 and GAPI

PostPosted: May 11, 2009 @ 9:48pm
by Cardinal

PostPosted: May 11, 2009 @ 11:22pm
by Kzinti

PostPosted: May 18, 2009 @ 3:59pm
by Presto
When switching to AllKeys, how do you know which key is being pressed? GAPI gives you gxKeys with the keycodes stored in vkA, vkB, vkStart, vkUp, etc... If the keycodes are different across devices, GAPI at least tries to give you something to work with.

So... I guess the question is: How do you know the keycodes for the buttons on Windows Mobile devices? I'm looking to take GAPI completely out of the equation and that should be the last piece of the puzzle for me.

Thanks!

PostPosted: May 19, 2009 @ 9:16pm
by Kzinti

PostPosted: May 20, 2009 @ 1:07pm
by Presto
Thanks for the response, Thierry.

I guess if it can't load the gx.dll we should assume a common set of keycodes, but provide a remapping option (which is good to have anyway).

PostPosted: May 23, 2009 @ 7:47pm
by Cardinal