mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Update MainActivity.java
This commit is contained in:
parent
c658d005c6
commit
597d973df7
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue