Neia Posted October 16, 2014 Posted October 16, 2014 Can you use simple coordinates with AutoIt to emulate a mouse "click" anywhere on a screen? If yes, do you use variables like with c++? Might seem stupid to ask this, but I'm new to AutoIt Thanks NN
iamtheky Posted October 16, 2014 Posted October 16, 2014 I hope so, I would use it to click in the search bar, and then emulate some keystrokes. Ha, but seriously, https://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Neia Posted October 18, 2014 Author Posted October 18, 2014 I have another stupid question Must you use whole numbers only to set coordinates, speed, timing etc., or can you use fractional numbers as well? For instance, must you use coordinates as 475 or can you do 474.5 to be more specific, or 475.6?
Moderators JLogan3o13 Posted October 18, 2014 Moderators Posted October 18, 2014 Here's a suggestion...try it "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts