PocketPC hardware keys
Hello, everybody.
I need to gain access to PocketPC's hardware buttons.
It's quite simple with up/down/left/right buttons. They send me a WM_KEYDOWN message. But how to deal with other buttons (which are usually mapped to run applications) ?
I found the GXOpenInput() function. But this function is buggy (it changes up/down keycodes but the old keycodes are still coming to my application) and it gives me only 3 of 4 front buttons' keycodes.
Is there another way?
Thanks!
With best wishes, Alexander Hritonenkov