mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -04:00
Fix f .ing errors
This commit is contained in:
parent
fadaf39184
commit
623dfa9571
@ -31,12 +31,12 @@ public class BaseMainActivity extends LoggableActivity {
|
|||||||
LWJGLGLFWKeycode.GLFW_KEY_4, LWJGLGLFWKeycode.GLFW_KEY_5, LWJGLGLFWKeycode.GLFW_KEY_6,
|
LWJGLGLFWKeycode.GLFW_KEY_4, LWJGLGLFWKeycode.GLFW_KEY_5, LWJGLGLFWKeycode.GLFW_KEY_6,
|
||||||
LWJGLGLFWKeycode.GLFW_KEY_7, LWJGLGLFWKeycode.GLFW_KEY_8, LWJGLGLFWKeycode.GLFW_KEY_9};
|
LWJGLGLFWKeycode.GLFW_KEY_7, LWJGLGLFWKeycode.GLFW_KEY_8, LWJGLGLFWKeycode.GLFW_KEY_9};
|
||||||
|
|
||||||
private boolean rightOverride = false;
|
private boolean rightOverride;
|
||||||
private int scaleFactor = 1;
|
private int scaleFactor = 1;
|
||||||
private int fingerStillThreshold = 8;
|
private int fingerStillThreshold = 8;
|
||||||
private int initialX;
|
private int initialX;
|
||||||
private int initialY;
|
private int initialY;
|
||||||
private boolean mIsResuming = false;
|
private boolean mIsResuming;
|
||||||
private static final int MSG_LEFT_MOUSE_BUTTON_CHECK = 1028;
|
private static final int MSG_LEFT_MOUSE_BUTTON_CHECK = 1028;
|
||||||
private static final int MSG_DROP_ITEM_BUTTON_CHECK = 1029;
|
private static final int MSG_DROP_ITEM_BUTTON_CHECK = 1029;
|
||||||
private static boolean triggeredLeftMouseButton = false;
|
private static boolean triggeredLeftMouseButton = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user