mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Cleanup: Remove empty function
This commit is contained in:
parent
6afd186b45
commit
934161a203
@ -287,8 +287,6 @@ public class MinecraftGLSurface extends View implements GrabListener{
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case MotionEvent.ACTION_DOWN: // 0
|
case MotionEvent.ACTION_DOWN: // 0
|
||||||
CallbackBridge.sendPrepareGrabInitialPos();
|
|
||||||
|
|
||||||
hudKeyHandled = handleGuiBar((int)e.getX(), (int) e.getY());
|
hudKeyHandled = handleGuiBar((int)e.getX(), (int) e.getY());
|
||||||
boolean isTouchInHotbar = hudKeyHandled != -1;
|
boolean isTouchInHotbar = hudKeyHandled != -1;
|
||||||
if (isTouchInHotbar) {
|
if (isTouchInHotbar) {
|
||||||
|
@ -37,10 +37,6 @@ public class CallbackBridge {
|
|||||||
nativeSendCursorPos(mouseX, mouseY);
|
nativeSendCursorPos(mouseX, mouseY);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void sendPrepareGrabInitialPos() {
|
|
||||||
//sendMouseKeycode(-1, CallbackBridge.getCurrentMods(), false);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void sendKeycode(int keycode, char keychar, int scancode, int modifiers, boolean isDown) {
|
public static void sendKeycode(int keycode, char keychar, int scancode, int modifiers, boolean isDown) {
|
||||||
// TODO CHECK: This may cause input issue, not receive input!
|
// TODO CHECK: This may cause input issue, not receive input!
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user