use game api gx.dll
Quote:
Originally Posted by Danny-B-
If it helps the button codes i get from Pikup button is "114" and Hangup is "115"
|
hello
some keys on a wm device are always catched by the OS, see winuserm.h. To get these keys visible in your app you have to use the game api. Simply add gx.h to your c++ code and at the start of your app use GXOpenInput(). Before your app quits, use GXCloseInput. Aslong as your app runs in foreground, all keys will be delivered to your app. BTW: the phone keys are F1 and F2.
regards
josef
see also w*w.hjgode.de/dev/newsletter
|