Page 1 of 1

PC Visual C++ 6 'emulator' keys ?

PostPosted: Jun 11, 2002 @ 10:02pm
by Conan

PostPosted: Jun 11, 2002 @ 10:15pm
by Kzinti

PC Emulator keys

PostPosted: Jun 11, 2002 @ 10:25pm
by Conan

identifying the hard keys

PostPosted: Jun 12, 2002 @ 3:18pm
by Conan
I have converted the 0.4.5 button demo code so that I can identify the button down & button up events & this is working ( using the same onscreen rectangles as the original demo + some text).

What I can't figure out is how to reference the key definitions so I can tell which key is pressed. I spent aged ( maybe 2 hours ) looking at the input.c input.h & pocketpc code but still could not figure how to get the values.

So I know a button has been pressed/released but not which one ( vkLeft etc )
I know this must be easy when you know how but I'm totally stuck :(

PostPosted: Jun 12, 2002 @ 5:31pm
by Kzinti

thanks for sorting me out

PostPosted: Jun 12, 2002 @ 5:54pm
by Conan

PostPosted: Jun 12, 2002 @ 5:58pm
by Kzinti

yes, that's a clearer way :)

PostPosted: Jun 12, 2002 @ 6:16pm
by Conan