mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
Forgot a } in my previous commits
This commit is contained in:
parent
fb21ddce9a
commit
a7fad6100c
@ -26,6 +26,7 @@ public class CallbackBridge {
|
||||
putMouseEventWithCoords(button, true, x, y);
|
||||
Handler handler = new Handler(Looper.getMainLooper());
|
||||
handler.postDelayed(() -> putMouseEventWithCoords(button, false, x, y), 18);
|
||||
}
|
||||
|
||||
public static void putMouseEventWithCoords(int button, boolean isDown, float x, float y /* , int dz, long nanos */) {
|
||||
sendCursorPos(x, y);
|
||||
|
Loading…
x
Reference in New Issue
Block a user