AlvinHu1991 Posted May 3, 2014 Posted May 3, 2014 (edited) I am trying to simultaneously follow all my mouse move/click/ & key strokes to other specific targeted windows. I know I can do a basic if statements and do control clicks/sends to the other target window, but i want to show active mouses on all my window applications instead of shadowing. im sorry if this doesnt make sense, but here's a example: i will do all my action on Paint # 1 active window (Key strokes, and mouse moving/clicking) On Paint # 2 and #3 it will follow/mimic my key strokes and have a active mouse moving around click the same things i click in the same time. If someone can guide me the functions im suppose to use or link me an example one would be really appreciated. or tips , thank you very much edits: I've read that maybe autoit can't do simultaneous mouse, if anyone have an alternate solution that i can try would be great, thank you Edited May 3, 2014 by AlvinHu1991
JohnOne Posted May 3, 2014 Posted May 3, 2014 In AutoIt, only one thing can occur at any one time, so the simple and broad answer to your question is "you cannot in autoit". AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Alexxander Posted May 6, 2014 Posted May 6, 2014 my answer will be as JohnOne said but maybe you could make the autoit mimic the painting after you release your hand from the left mouse button ex : you are drawing a line with the pencil in paint you pressed the left mouse button and moved the mouse to another position then released the mouse after you release the mouse autoit had been recording the places you pressed and release the mouse in and using some maths for the screen x and y he can do the same think for another paint window you may want to have a look for _ispressed(), winactive(), mouseclick() you could also see a mirror drawing app like http://www.famigo.com/app/picasso-mirror-draw/ but for windows
Bert Posted May 6, 2014 Posted May 6, 2014 What application do you need this for? The Vollatran project My blog: http://www.vollysinterestingshit.com/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now