mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
disable it
This commit is contained in:
parent
004626b568
commit
527fc985c2
@ -39,7 +39,7 @@ public class CallbackBridge {
|
|||||||
|
|
||||||
public static void sendMouseKeycode(int keycode, int modifiers, boolean isDown) {
|
public static void sendMouseKeycode(int keycode, int modifiers, boolean isDown) {
|
||||||
DEBUG_STRING.append("MouseKey=" + keycode + ", down=" + isDown + "\n");
|
DEBUG_STRING.append("MouseKey=" + keycode + ", down=" + isDown + "\n");
|
||||||
if (isGrabbing()) DEBUG_STRING.append("MouseGrabStrace: " + android.util.Log.getStackTraceString(new Throwable()) + "\n");
|
// if (isGrabbing()) DEBUG_STRING.append("MouseGrabStrace: " + android.util.Log.getStackTraceString(new Throwable()) + "\n");
|
||||||
sendData(JRE_TYPE_MOUSE_KEYCODE_CONTROL, keycode, Boolean.toString(isDown), modifiers);
|
sendData(JRE_TYPE_MOUSE_KEYCODE_CONTROL, keycode, Boolean.toString(isDown), modifiers);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user