Hotfix for mouse passthrough slight jump

This commit is contained in:
SerpentSpirale 2021-08-01 21:51:51 +02:00
parent bd22317639
commit b9afe4f6b9
2 changed files with 5 additions and 1 deletions

View file

@ -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);