net.minecraft.client

public class Mouse

fmh
net.minecraft.client.MouseHandler
net.minecraft.class_312
net.minecraft.client.Mouse
net.minecraft.unmapped.C_zgebrxop
net.minecraft.client.Mouse
net.minecraft.src.C_3397_

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
a
LOGGER
field_52126
LOGGER
f_gsgryifm
LOGGER
f_336811_
private final MinecraftClient
b
minecraft
field_1779
client
f_wdhjzxra
client
f_91503_
private boolean
c
isLeftPressed
field_1791
leftButtonClicked
f_lazttkdj
leftClicked
f_91504_
private boolean
d
isMiddlePressed
field_1790
middleButtonClicked
f_vqrnspgs
middleClicked
f_91505_
private boolean
e
isRightPressed
field_1788
rightButtonClicked
f_pdoxoshr
rightClicked
f_91506_
private double
f
xpos
field_1795
x
f_etrfhaoj
x
f_91507_
private double
g
ypos
field_1794
y
f_mrhqmiqv
y
f_91508_
private int
h
fakeRightMouse
field_1781
controlLeftClicks
f_xfscmtpv
rightClickSimulationTicks
f_91509_
private int
i
activeButton
field_1780
activeButton
f_ooacsdpr
activeButton
f_91510_
private boolean
j
ignoreFirstMove
field_1784
hasResolutionChanged
f_qnxgfpgl
ignorePastPos
f_91511_
private int
k
clickDepth
field_1796
field_1796
f_urvgkvpt
tapTicks
f_91512_
private double
l
mousePressedTime
field_1792
glfwTime
f_etyaqouj
glfwTime
f_91513_
private final Smoother
m
smoothTurnX
field_1793
cursorXSmoother
f_jyymxfnt
cursorXSmoother
f_91514_
private final Smoother
n
smoothTurnY
field_1782
cursorYSmoother
f_edorxzay
cursorYSmoother
f_91515_
private double
o
accumulatedDX
field_1789
cursorDeltaX
f_vykvmmai
cursorDeltaX
f_91516_
private double
p
accumulatedDY
field_1787
cursorDeltaY
f_vzaksxwz
cursorDeltaY
f_91517_
private final Scroller
q
scrollWheelHandler
field_52757
scroller
f_ghrznqrf
f_348344_
private double
r
lastHandleMovementTime
field_47842
lastTickTime
f_mkxxdntm
lastMouseUpdateTime
f_317039_
private boolean
s
mouseGrabbed
field_1783
cursorLocked
f_pobldenb
cursorLocked
f_91520_

Constructor summary

ModifierConstructor
public (MinecraftClient client)

Method summary

Modifier and TypeMethod
private void
a(long o, int o, 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)
m_ywskemix(long arg0, int arg1, int arg2, int arg3)
onMouseButton(long window, int button, int action, int modifiers)
m_91530_(long p_91532_, int p_91534_, int arg2, int arg3)
private void
a(long o, 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)
m_hxyumdva(long arg0, double arg1, double arg2)
onMouseScroll(long window, double scrollDeltaX, double scrollDeltaY)
m_91526_(long p_91528_, double arg1, double arg2)
private void
a(long o, 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)
m_czmtkgmr(long arg0, List<Path> arg1, int arg2)
onFilesDropped(long window, List<Path> paths, int arg2)
m_91539_(long p_91541_, List<Path> arg1, int arg2)
public void
a(long arg0)
setup(long arg0)
method_1607(long arg0)
setup(long window)
m_zhngxjex(long arg0)
setup(long window)
m_91524_(long arg0)
private void
b(long o, 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)
m_yngpfhsm(long arg0, double arg1, double arg2)
onCursorPos(long window, double x, double y)
m_91561_(long p_91563_, double arg1, double arg2)
public void
a()
handleAccumulatedMovement()
method_55793()
tick()
m_kntjwzil()
handleCursorMovement()
m_319197_()
private void
a(double arg0)
turnPlayer(double arg0)
method_1606(double arg0)
updateMouse(double timeDelta)
m_rfgltetm(double arg0)
updateLookDirection(double mouseUpdateTimeDelta)
m_91523_(double arg0)
public boolean
b()
isLeftPressed()
method_1608()
wasLeftButtonClicked()
m_yensjbwe()
hasLeftClicked()
m_91560_()
public boolean
c()
isMiddlePressed()
method_35707()
wasMiddleButtonClicked()
m_xuzvjzlh()
hasMiddleClicked()
m_168090_()
public boolean
d()
isRightPressed()
method_1609()
wasRightButtonClicked()
m_iinagrxf()
hasRightClicked()
m_91584_()
public double
e()
xpos()
method_1603()
getX()
m_buxkqufv()
getX()
m_91589_()
public double
f()
ypos()
method_1604()
getY()
m_vjkgfetl()
getY()
m_91594_()
public void
g()
setIgnoreFirstMove()
method_1599()
onResolutionChanged()
m_whwtpxld()
ignorePastPos()
m_91599_()
public boolean
h()
isMouseGrabbed()
method_1613()
isCursorLocked()
m_qkmypnyd()
isCursorLocked()
m_91600_()
public void
i()
grabMouse()
method_1612()
lockCursor()
m_glngfvve()
lockCursor()
m_91601_()
public void
j()
releaseMouse()
method_1610()
unlockCursor()
m_dynoyzlk()
unlockCursor()
m_91602_()
public void
k()
cursorEntered()
method_30134()
setResolutionChanged()
m_toprjgrj()
onCursorEnterChanged()
m_91603_()