Page 1 of 1

how can I use "KeyDown" properly?

PostPosted: May 1, 2005 @ 8:24am
by Guest
Hi,all there:
I test my application with "CGapiApplication".In the emulator,the "KeyDown" and "KeyUp" can be called correctly,but when i Download my application into my pocketPC(e740),there is no response from the key pressed,I try to find what happend with "SetError()",and no message return to me!Help me!

PostPosted: May 1, 2005 @ 3:33pm
by ppcStudios
Please post your code for KeyUp/KeyDown here and we'll take a look. It's probably something simple.

PostPosted: May 5, 2005 @ 11:32am
by Guest

PostPosted: May 5, 2005 @ 2:52pm
by ppcStudios
Well, that code segment looks correct. Have you tried using vkA and vkB to see if they work? And just to be sure, vkStart should be mapped to your dPad button. You're not altering the virtual keymapping anywhere are you?