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

31 lines
713 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS ctq net/minecraft/client/Mouse
FIELD a client Lctp;
FIELD e x D
FIELD f y D
FIELD h activeButton I
FIELD i hasResolutionChanged Z
FIELD k glfwTime D
2019-03-14 08:57:09 -04:00
FIELD l cursorXSmoother Lzs;
FIELD m cursorYSmoother Lzs;
FIELD n cursorDeltaX D
FIELD o cursorDeltaY D
FIELD p eventDeltaWheel D
FIELD r isCursorLocked Z
2019-03-14 11:39:51 -04:00
METHOD <init> (Lctp;)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