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

31 lines
713 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS cub net/minecraft/client/Mouse
FIELD a client Lcua;
FIELD e x D
FIELD f y D
FIELD h activeButton I
FIELD i hasResolutionChanged Z
FIELD k glfwTime D
2019-03-20 13:56:26 -04:00
FIELD l cursorXSmoother Lzt;
FIELD m cursorYSmoother Lzt;
FIELD n cursorDeltaX D
FIELD o cursorDeltaY D
FIELD p eventDeltaWheel D
FIELD r isCursorLocked Z
2019-03-20 13:56:26 -04:00
METHOD <init> (Lcua;)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