mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 06:39:54 -04:00
Update MainActivity.java
This commit is contained in:
parent
c658d005c6
commit
597d973df7
@ -433,7 +433,8 @@ public class MainActivity extends LoggableActivity implements OnTouchListener, O
|
||||
}
|
||||
|
||||
if (CallbackBridge.isGrabbing()) {
|
||||
CallbackBridge.putMouseEventWithCoords(rightOverride ? (byte) 1 : (byte) 0, (byte) 1, x, y);
|
||||
// It cause hold left mouse while moving camera
|
||||
// CallbackBridge.putMouseEventWithCoords(rightOverride ? (byte) 1 : (byte) 0, (byte) 1, x, y);
|
||||
initialX = x;
|
||||
initialY = y;
|
||||
theHandler.sendEmptyMessageDelayed(MainActivity.MSG_LEFT_MOUSE_BUTTON_CHECK, LauncherPreferences.PREF_LONGPRESS_TRIGGER);
|
||||
|
Loading…
x
Reference in New Issue
Block a user