Page 1 of 1

Input Methods

PostPosted: Jul 23, 2007 @ 7:43pm
by Cardinal
What is the best way to handle keypad input on WM5 devices?

Up to now I was using the windows message pump and WM_DOWN/UP messages but that doesn't always work correctly. Another method was to use the GAPI input library which I might just do. I was messing around with KeyAsyncKeyState but that doesn't handle all buttons as well on SmartPhone.

What as worked for you?