View Single Post
  #1 (permalink)  
Old 07-04-2008, 03:49 PM
Tal
 
Posts: n/a
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.
Reply With Quote