From: Nicolas Bouchard on
Hello,

I modified the poll function of the hidgame example of Windows XP DDK for
my device and I recompiled the driver. I installed the driver and I added
the registry keys. I go in the Game Controller panel, I add my joystick
controller. When I test my driver in proprieties it function. I can see when
I push on a buttoný.

When I go in a game, I can select my joystick driver. But the problem is
that I can't assign a function to a key of my device. And the keys presets
by the game when a select my device don't function in the game.

I ask to me if it's the hid descriptor that is in problem. But it is
generate by code written by Microsoft in the hidgame example. I would like
to know the solution or to have a reference which could inform me on this.

Thanks you!