Emulate an HID device on windows?

Viewed 2731

I am trying to write a program that emulates a gamepad in such a way that windows recognizes it as a gamepad, but it is actually controlled by my own code.

I have tried to create a virtual COM port and try to make windows recognize it as a gamepad, but without much luck.

Does anyone know a way to do something like this, or could maybe give me some pointers on what might be worth trying?

1 Answers
Related