Get code out of the line number 39

This commit is contained in:
Duy Tran Khanh 2020-12-18 12:25:00 +07:00 committed by GitHub
parent a7667685c5
commit 5aa4403f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ public class BaseMainActivity extends LoggableActivity {
private int fingerStillThreshold = 8; private int fingerStillThreshold = 8;
private int initialX; private int initialX;
private int initialY; private int initialY;
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;