net.minecraft.client

public class MouseHandler

fpa
net.minecraft.client.MouseHandler
net.minecraft.class_312
net.minecraft.unmapped.C_zgebrxop
net.minecraft.client.Mouse
net.minecraft.client.Mouse

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_52126
f_gsgryifm
LOGGER
LOGGER
private final Minecraft
b
minecraft
field_1779
f_wdhjzxra
client
client
private boolean
c
isLeftPressed
field_1791
f_lazttkdj
leftButtonClicked
leftClicked
private boolean
d
isMiddlePressed
field_1790
f_vqrnspgs
middleButtonClicked
middleClicked
private boolean
e
isRightPressed
field_1788
f_pdoxoshr
rightButtonClicked
rightClicked
private double
f
xpos
field_1795
f_etrfhaoj
x
x
private double
g
ypos
field_1794
f_mrhqmiqv
y
y
private int
h
fakeRightMouse
field_1781
f_xfscmtpv
controlLeftClicks
rightClickSimulationTicks
private int
i
activeButton
field_1780
f_ooacsdpr
activeButton
activeButton
private boolean
j
ignoreFirstMove
field_1784
f_qnxgfpgl
hasResolutionChanged
ignorePastPos
private int
k
clickDepth
field_1796
f_urvgkvpt
field_1796
tapTicks
private double
l
mousePressedTime
field_1792
f_etyaqouj
glfwTime
glfwTime
private final SmoothDouble
m
smoothTurnX
field_1793
f_jyymxfnt
cursorXSmoother
cursorXSmoother
private final SmoothDouble
n
smoothTurnY
field_1782
f_edorxzay
cursorYSmoother
cursorYSmoother
private double
o
accumulatedDX
field_1789
f_vykvmmai
cursorDeltaX
cursorDeltaX
private double
p
accumulatedDY
field_1787
f_vzaksxwz
cursorDeltaY
cursorDeltaY
private final ScrollWheelHandler
q
scrollWheelHandler
field_52757
f_ghrznqrf
scroller
private double
r
lastHandleMovementTime
field_47842
f_mkxxdntm
lastTickTime
lastMouseUpdateTime
private boolean
s
mouseGrabbed
field_1783
f_pobldenb
cursorLocked
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)
m_ywskemix(long arg0, int arg1, int arg2, int arg3)
onMouseButton(long window, int button, int action, int mods)
onMouseButton(long window, int button, int action, int modifiers)
private void
a(long arg0, double arg1, double arg2)
onScroll(long arg0, double arg1, double arg2)
method_1598(long arg0, double arg1, double arg2)
m_hxyumdva(long arg0, double arg1, double arg2)
onMouseScroll(long window, double horizontal, double vertical)
onMouseScroll(long window, double scrollDeltaX, double scrollDeltaY)
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)
m_czmtkgmr(long arg0, List<Path> arg1, int arg2)
onFilesDropped(long window, List<Path> paths, int invalidFilesCount)
onFilesDropped(long window, List<Path> paths, int arg2)
public void
a(long arg0)
setup(long arg0)
method_1607(long arg0)
m_zhngxjex(long arg0)
setup(long window)
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)
m_yngpfhsm(long arg0, double arg1, double arg2)
onCursorPos(long window, double x, double y)
onCursorPos(long window, double x, double y)
public void
a()
handleAccumulatedMovement()
method_55793()
m_kntjwzil()
tick()
handleCursorMovement()
private void
a(double arg0)
turnPlayer(double arg0)
method_1606(double arg0)
m_rfgltetm(double arg0)
updateMouse(double timeDelta)
updateLookDirection(double mouseUpdateTimeDelta)
public boolean
b()
isLeftPressed()
method_1608()
m_yensjbwe()
wasLeftButtonClicked()
hasLeftClicked()
public boolean
c()
isMiddlePressed()
method_35707()
m_xuzvjzlh()
wasMiddleButtonClicked()
hasMiddleClicked()
public boolean
d()
isRightPressed()
method_1609()
m_iinagrxf()
wasRightButtonClicked()
hasRightClicked()
public double
e()
xpos()
method_1603()
m_buxkqufv()
getX()
getX()
public double
f()
ypos()
method_1604()
m_vjkgfetl()
getY()
getY()
public void
g()
setIgnoreFirstMove()
method_1599()
m_whwtpxld()
onResolutionChanged()
ignorePastPos()
public boolean
h()
isMouseGrabbed()
method_1613()
m_qkmypnyd()
isCursorLocked()
isCursorLocked()
public void
i()
grabMouse()
method_1612()
m_glngfvve()
lockCursor()
lockCursor()
public void
j()
releaseMouse()
method_1610()
m_dynoyzlk()
unlockCursor()
unlockCursor()
public void
k()
cursorEntered()
method_30134()
m_toprjgrj()
setResolutionChanged()
onCursorEnterChanged()