mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 09:37:07 -04:00
Remove delay between mouse clicks
This commit is contained in:
@@ -29,7 +29,7 @@ public class CallbackBridge {
|
||||
@Override
|
||||
public void run() {
|
||||
putMouseEventWithCoords(button, true, x, y);
|
||||
try { Thread.sleep(40); } catch (InterruptedException e) {}
|
||||
//try { Thread.sleep(1); } catch (InterruptedException e) {}
|
||||
putMouseEventWithCoords(button, false, x, y);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user