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

31 lines
718 B
Plaintext

CLASS cpl net/minecraft/client/util/Mouse
FIELD a client Lcpk;
FIELD e x D
FIELD f y D
FIELD h activeButton I
FIELD i hasResolutionChanged Z
FIELD k glfwTime D
FIELD l cursorXSmoother Lyz;
FIELD m cursorYSmoother Lyz;
FIELD n cursorDeltaX D
FIELD o cursorDeltaY D
FIELD p eventDeltaWheel D
FIELD r isCursorLocked Z
METHOD <init> (Lcpk;)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