|
WM_KEYDOWN: wParam always 0x84 - why ?
My program shows what button was pressed. On the emulator it works
fine but on my device (HTC Wizard) not:
When I press one of the up-down-left-right buttons, I always get same
results:
on WM_KEYDOWN message, wParam always equals to 0x84 !
How can I distinguish between left-right-up-down ?
Thanx in advance.
|