net.minecraft.client

public class MouseHandler

fqr
net.minecraft.client.MouseHandler
net.minecraft.class_312
net.minecraft.client.Mouse

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_52126
LOGGER
private final Minecraft
b
minecraft
field_1779
client
private boolean
c
isLeftPressed
field_1791
leftButtonClicked
private boolean
d
isMiddlePressed
field_1790
middleButtonClicked
private boolean
e
isRightPressed
field_1788
rightButtonClicked
private double
f
xpos
field_1795
x
private double
g
ypos
field_1794
y
private int
h
fakeRightMouse
field_1781
controlLeftClicks
private int
i
activeButton
field_1780
activeButton
private boolean
j
ignoreFirstMove
field_1784
hasResolutionChanged
private int
k
clickDepth
field_1796
field_1796
private double
l
mousePressedTime
field_1792
glfwTime
private final SmoothDouble
m
smoothTurnX
field_1793
cursorXSmoother
private final SmoothDouble
n
smoothTurnY
field_1782
cursorYSmoother
private double
o
accumulatedDX
field_1789
cursorDeltaX
private double
p
accumulatedDY
field_1787
cursorDeltaY
private final ScrollWheelHandler
q
scrollWheelHandler
field_52757
scroller
private double
r
lastHandleMovementTime
field_47842
lastTickTime
private boolean
s
mouseGrabbed
field_1783
cursorLocked

Constructor summary

ModifierConstructor
public (Minecraft client)

Method summary

Modifier and TypeMethod
private void
a(long arg0, int arg1, int arg2, int arg3)
onPress(long arg0, int arg1, int arg2, int arg3)
method_1601(long arg0, int arg1, int arg2, int arg3)
onMouseButton(long window, int button, int action, int mods)
public void
a(q arg0, fki arg1)
fillMousePositionDetails(CrashReportCategory arg0, Window arg1)
method_68882(class_129 arg0, class_1041 arg1)
addCrashReportSection(CrashReportSection section, Window window)
private void
a(long arg0, double arg1, double arg2)
onScroll(long arg0, double arg1, double arg2)
method_1598(long arg0, double arg1, double arg2)
onMouseScroll(long window, double horizontal, double vertical)
private void
a(long arg0, List<Path> arg1, int arg2)
onDrop(long arg0, List<Path> arg1, int arg2)
method_29616(long arg0, List<Path> arg1, int arg2)
onFilesDropped(long window, List<Path> paths, int invalidFilesCount)
public void
a(long arg0)
setup(long arg0)
method_1607(long arg0)
setup(long window)
private void
b(long arg0, double arg1, double arg2)
onMove(long arg0, double arg1, double arg2)
method_1600(long arg0, double arg1, double arg2)
onCursorPos(long window, double x, double y)
public void
a()
handleAccumulatedMovement()
method_55793()
tick()
public static double
a(fki arg0, double arg1)
getScaledXPos(Window arg0, double arg1)
method_68880(class_1041 arg0, double arg1)
scaleX(Window window, double x)
public double
a(fki arg0)
getScaledXPos(Window arg0)
method_68879(class_1041 arg0)
getScaledX(Window window)
public static double
b(fki arg0, double arg1)
getScaledYPos(Window arg0, double arg1)
method_68884(class_1041 arg0, double arg1)
scaleY(Window window, double y)
public double
b(fki arg0)
getScaledYPos(Window arg0)
method_68883(class_1041 arg0)
getScaledY(Window window)
private void
a(double arg0)
turnPlayer(double arg0)
method_1606(double arg0)
updateMouse(double timeDelta)
public boolean
b()
isLeftPressed()
method_1608()
wasLeftButtonClicked()
public boolean
c()
isMiddlePressed()
method_35707()
wasMiddleButtonClicked()
public boolean
d()
isRightPressed()
method_1609()
wasRightButtonClicked()
public double
e()
xpos()
method_1603()
getX()
public double
f()
ypos()
method_1604()
getY()
public void
g()
setIgnoreFirstMove()
method_1599()
onResolutionChanged()
public boolean
h()
isMouseGrabbed()
method_1613()
isCursorLocked()
public void
i()
grabMouse()
method_1612()
lockCursor()
public void
j()
releaseMouse()
method_1610()
unlockCursor()
public void
k()
cursorEntered()
method_30134()
setResolutionChanged()
public void
a(fti arg0, ftk arg1)
drawDebugMouseInfo(Font arg0, GuiGraphics arg1)
method_68881(class_327 arg0, class_332 arg1)
drawScaledPos(TextRenderer textRenderer, DrawContext context)