MrTanoshii/rusty-autoclicker

Remove blocking `thread::sleep()`s

Opened this issue · 0 comments

Problem

thread::sleep()s are currently implemented to allow:

  • macOS to catch up
  • humanlike mode

Solution

They should be removed in favor of code execution being tested against delta_time

Relevant code

app.rs send()
app.rs autoclick()