Computer Science Canada Controlling the mouse using Turing? |
Author: | andr3i_c [ Fri Jan 16, 2009 9:55 pm ] |
Post subject: | Controlling the mouse using Turing? |
Yeah i was wondering if there were any commands that i could use so Turing can take cotrol of my mouse (even when the turing run window is minimized).. like clicking, or moving to certain coordinates. thx. |
Author: | Saad [ Fri Jan 16, 2009 10:24 pm ] |
Post subject: | Re: Controlling the mouse using Turing? |
No way through using a function in Turing. What you can do is make a program in another language, run it via Sys.Exec in Turing and use it to position/click the mouse. |