Fake Mouse (C# or C++)
- by Hidden
I need a way to fake that a mouse is connected.
The problem: My HTPC (Windows 8) has no mouse connected and I wrote a program to simulate mouse input using my Xbox 360 Controller. This works just fine, the only problem is, that there is no cursor visible (I can move it, but I cant see it).
My guess is, that Windows doesn't show a cursor when there is no mouse connected, so I need a way to pretend that a mouse is connected to the PC.
Of course, if you know another way to make the cursor visible I would gladly take this solution as well.
Regards,
Hidden