mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
Hotfix for mouse passthrough slight jump
This commit is contained in:
parent
bd22317639
commit
b9afe4f6b9
2 changed files with 5 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
|
||||
switch (e.getActionMasked()) {
|
||||
case MotionEvent.ACTION_DOWN: // 0
|
||||
shouldBeDown = true;
|
||||
//shouldBeDown = true;
|
||||
CallbackBridge.sendPrepareGrabInitialPos();
|
||||
|
||||
currentPointerID = e.getPointerId(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue