Is is possible to use php to move the cursor around on my screen.
I want to be able to do this from the command line, enter in the appropiate location for the cursor (ie, -128, 134) and have the mouse go there.
I have looked everywhere, but maybe I am searching for the wrong thing.
It will be a standalone program, so I can use the windows global variables if I new how to access them.