mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-19 09:07:06 -04:00
Doc[input]: Explain why the input is sent early
This commit is contained in:
@@ -446,6 +446,7 @@ public class MinecraftGLSurface extends View implements GrabListener {
|
||||
CallbackBridge.mouseX += (e.getX()* mScaleFactor);
|
||||
CallbackBridge.mouseY += (e.getY()* mScaleFactor);
|
||||
|
||||
// Position is updated by many events, hence it is send regardless of the event value
|
||||
CallbackBridge.sendCursorPos(CallbackBridge.mouseX, CallbackBridge.mouseY);
|
||||
|
||||
switch (e.getActionMasked()) {
|
||||
|
||||
Reference in New Issue
Block a user