How do I tell c++ to move the mouse in place x?
for example, I run a c++ program and the mouse moves to the top left corner of my screen.
How do I go about doing something like that?
Last edited on
Last edited on
Can I put that code into my console program or does it have to be a winapi program?