yarn/mappings/net/minecraft/client/Mouse.mapping

31 lines
713 B
Plaintext

CLASS cut net/minecraft/client/Mouse
FIELD a client Lcus;
FIELD e x D
FIELD f y D
FIELD h activeButton I
FIELD i hasResolutionChanged Z
FIELD k glfwTime D
FIELD l cursorXSmoother Lzu;
FIELD m cursorYSmoother Lzu;
FIELD n cursorDeltaX D
FIELD o cursorDeltaY D
FIELD p eventDeltaWheel D
FIELD r isCursorLocked Z
METHOD <init> (Lcus;)V
ARG 1 client
METHOD a updateMouse ()V
METHOD a setup (J)V
METHOD a onMouseScroll (JDD)V
ARG 1 window
METHOD a onMouseButton (JIII)V
ARG 1 window
ARG 3 button
METHOD b onCursorPos (JDD)V
ARG 1 window
METHOD e getX ()D
METHOD f getY ()D
METHOD g onResolutionChanged ()V
METHOD h isCursorLocked ()Z
METHOD i lockCursor ()V
METHOD j unlockCursor ()V