mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-21 10:07:15 -04:00
Update input type index; forget say: added custom JVM arguments
This commit is contained in:
@@ -3,10 +3,10 @@ package net.kdt.pojavlaunch;
|
||||
public class LWJGLInputSender
|
||||
{
|
||||
public static final int TYPE_CURSOR_POS = 0;
|
||||
public static final int TYPE_CURSOR_BUTTON = 2;
|
||||
public static final int TYPE_KEYCODE_CONTROL = 3;
|
||||
public static final int TYPE_KEYCODE_CHAR = 4;
|
||||
public static final int TYPE_MOUSE_KEYCODE_CONTROL = 3;
|
||||
public static final int TYPE_CURSOR_BUTTON = 1;
|
||||
public static final int TYPE_KEYCODE_CONTROL = 2;
|
||||
public static final int TYPE_KEYCODE_CHAR = 3;
|
||||
public static final int TYPE_MOUSE_KEYCODE_CONTROL = 4;
|
||||
public static final int TYPE_WINDOW_SIZE = 5;
|
||||
|
||||
public static int windowWidth, windowHeight;
|
||||
|
||||
Reference in New Issue
Block a user