Closed MrTanoshii closed 2 years ago
I'd like to give this one a shot. Can you assign the issue to me, please?
@MrTanoshii Should the movement happen only before the first click? Or should it happen before every click? (as a first try, I added it to the autoclick() function, and therefore, the mouse pointer moves before every click, which "feels" strange)
Only before the first click (When the mouse is not at the intended click position)
Only before the first click (When the mouse is not at the intended click position)
That's what I thought, thanks!
Closed by #22
Thanks again for the great work!
Closed by #22
Thanks again for the great work!
You‘re very welcome. Many thanks back to you for your patience & constructive feedback, and if you‘ve got any other issue you‘d like me to work on, just let me know.
Problem
The app currently uses the
rdev
craterdev::EventType::MouseMove
to move the mouse immediately to the target click location.This behavior is fine for the "Bot" app mode but may not be ok for the "Humanlike" mode.
Potential solution
For "Humanlike" mode only
Relevant code
app.rs
autoclick()