Hi,
Looking to map the hardware keys like pocket windows media player does so
all joypad/d-pad events are sent only to my application. Presently i'm using
GetAsyncKeyState but this means when for example word is the forground
application it also gets the event. So i'm looking to filter these events or
make these events only seen by my application.
Thanks