Fake Mouse (C# or C++)
Posted
by
Hidden
on Stack Overflow
See other posts from Stack Overflow
or by Hidden
Published on 2013-11-04T16:20:53Z
Indexed on
2013/11/04
21:54 UTC
Read the original article
Hit count: 152
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
© Stack Overflow or respective owner