mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Doc[input]: Explain why the input is sent early
This commit is contained in:
parent
3535c3d482
commit
ea2d10aa1b
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user