com.mojang.blaze3d.platform

public class InputConstants

deo
com.mojang.blaze3d.platform.InputConstants
net.minecraft.class_3675
net.minecraft.unmapped.C_vdmgqzcl
net.minecraft.client.util.InputUtil
net.minecraft.client.util.InputMappings

Field summary

Modifier and TypeField
private static final MethodHandle
b
glfwRawMouseMotionSupported
field_20333
f_fwbzxsdv
GLFW_RAW_MOUSE_MOTION_SUPPORTED_HANDLE
field_224792_b
private static final int
c
GLFW_RAW_MOUSE_MOTION
field_20334
f_sslhkiss
GLFW_RAW_MOUSE_MOTION
field_224793_c
public static final InputConstants$Key
a
UNKNOWN
field_16237
f_biwiguon
UNKNOWN_KEY
field_197958_a

Method summary

Modifier and TypeMethod
public static InputConstants$Key
a(int arg0, int arg1)
getKey(int arg0, int arg1)
method_15985(int arg0, int arg1)
m_aclveagw(int arg0, int arg1)
fromKeyCode(int keyCode, int scanCode)
func_197954_a(int arg0, int arg1)
public static InputConstants$Key
a(String arg0)
getKey(String arg0)
method_15981(String arg0)
m_ovakjlbl(String arg0)
fromTranslationKey(String translationKey)
func_197955_a(String arg0)
public static boolean
a(long arg0, int arg1)
isKeyDown(long arg0, int arg1)
method_15987(long arg0, int arg1)
m_fsaqqnce(long arg0, int arg1)
isKeyPressed(long handle, int code)
func_216506_a(long arg0, int arg1)
public static void
a(long arg0, org.lwjgl.glfw.GLFWKeyCallbackI arg1, org.lwjgl.glfw.GLFWCharModsCallbackI arg2)
setupKeyboardCallbacks(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)
m_ljerexdr(long arg0, org.lwjgl.glfw.GLFWKeyCallbackI arg1, org.lwjgl.glfw.GLFWCharModsCallbackI arg2)
setKeyboardCallbacks(long handle, org.lwjgl.glfw.GLFWKeyCallbackI keyCallback, org.lwjgl.glfw.GLFWCharModsCallbackI charModsCallback)
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, org.lwjgl.glfw.GLFWDropCallbackI arg4)
setupMouseCallbacks(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3, org.lwjgl.glfw.GLFWDropCallbackI arg4)
method_15983(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3, org.lwjgl.glfw.GLFWDropCallbackI arg4)
m_kjzhbiga(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3, org.lwjgl.glfw.GLFWDropCallbackI arg4)
setMouseCallbacks(long handle, org.lwjgl.glfw.GLFWCursorPosCallbackI cursorPosCallback, org.lwjgl.glfw.GLFWMouseButtonCallbackI mouseButtonCallback, org.lwjgl.glfw.GLFWScrollCallbackI scrollCallback, org.lwjgl.glfw.GLFWDropCallbackI arg4)
func_216503_a(long arg0, org.lwjgl.glfw.GLFWCursorPosCallbackI arg1, org.lwjgl.glfw.GLFWMouseButtonCallbackI arg2, org.lwjgl.glfw.GLFWScrollCallbackI arg3, org.lwjgl.glfw.GLFWDropCallbackI arg4)
public static void
a(long arg0, int arg1, double arg2, double arg3)
grabOrReleaseMouse(long arg0, int arg1, double arg2, double arg3)
method_15984(long arg0, int arg1, double arg2, double arg3)
m_quanhbql(long arg0, int arg1, double arg2, double arg3)
setCursorParameters(long handler, int arg1, double arg2, double arg3)
func_216504_a(long arg0, int arg1, double arg2, double arg3)
public static boolean
a()
isRawMouseInputSupported()
method_21735()
m_ogipcedy()
isRawMouseMotionSupported()
func_224790_a()
public static void
a(long arg0, boolean arg1)
updateRawMouseInput(long arg0, boolean arg1)
method_21736(long arg0, boolean arg1)
m_chglwzss(long arg0, boolean arg1)
setRawMouseMotionMode(long window, boolean value)
func_224791_a(long arg0, boolean arg1)