Update input type index; forget say: added custom JVM arguments

This commit is contained in:
khanhduytran0
2020-09-08 19:04:50 +07:00
parent 41e3207d38
commit 80261db3ac

View File

@@ -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;