net.minecraft.client.util

public class InputUtil

ctx
net.minecraft.class_3675
net.minecraft.client.util.InputUtil
net.minecraft.client.util.InputMappings

Field summary

Modifier and TypeField
public static final InputUtil$KeyCode
a
field_16237
UNKNOWN_KEYCODE
field_197958_a

Method summary

Modifier and TypeMethod
public static InputUtil$KeyCode
a(int arg0, int arg1)
method_15985(int arg0, int arg1)
getKeyCode(int arg0, int arg1)
func_197954_a(int arg0, int arg1)
public static InputUtil$KeyCode
a(String arg0)
method_15981(String arg0)
fromName(String arg0)
func_197955_a(String arg0)
public static boolean
a(long arg0, int arg1)
method_15987(long arg0, int arg1)
isKeyPressed(long arg0, int arg1)
func_216506_a(long arg0, int arg1)
public static void
a(long arg0, org.lwjgl.glfw.GLFWKeyCallbackI arg1, org.lwjgl.glfw.GLFWCharModsCallbackI arg2)
method_15986(long arg0, org.lwjgl.glfw.GLFWKeyCallbackI arg1, org.lwjgl.glfw.GLFWCharModsCallbackI arg2)
setKeyboardCallbacks(long arg0, org.lwjgl.glfw.GLFWKeyCallbackI arg1, org.lwjgl.glfw.GLFWCharModsCallbackI arg2)
func_216505_a(long arg0, org.lwjgl.glfw.GLFWKeyCallbackI arg1, org.lwjgl.glfw.GLFWCharModsCallbackI arg2)
public static void
a(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3)
method_15983(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3)
setMouseCallbacks(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3)
func_216503_a(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3)
public static void
a(long arg0, int arg1, double arg2, double arg3)
method_15984(long arg0, int arg1, double arg2, double arg3)
setCursorParameters(long arg0, int arg1, double arg2, double arg3)
func_216504_a(long arg0, int arg1, double arg2, double arg3)
public static String
a(int arg0)
method_15988(int arg0)
getKeycodeName(int arg0)
func_216507_a(int arg0)
public static String
b(int arg0)
method_15982(int arg0)
getScancodeName(int arg0)
func_216502_b(int arg0)