net.minecraft.client

public class MouseHandler

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

Field summary

Modifier and TypeField
private final Minecraft
a
minecraft
field_1779
f_wdhjzxra
client
client
f_91503_
private boolean
b
isLeftPressed
field_1791
f_lazttkdj
leftButtonClicked
leftClicked
f_91504_
private boolean
c
isMiddlePressed
field_1790
f_vqrnspgs
middleButtonClicked
middleClicked
f_91505_
private boolean
d
isRightPressed
field_1788
f_pdoxoshr
rightButtonClicked
rightClicked
f_91506_
private double
e
xpos
field_1795
f_etrfhaoj
x
x
f_91507_
private double
f
ypos
field_1794
f_mrhqmiqv
y
y
f_91508_
private int
g
fakeRightMouse
field_1781
f_xfscmtpv
controlLeftTicks
rightClickSimulationTicks
f_91509_
private int
h
activeButton
field_1780
f_ooacsdpr
activeButton
activeButton
f_91510_
private boolean
i
ignoreFirstMove
field_1784
f_qnxgfpgl
hasResolutionChanged
ignorePastPos
f_91511_
private int
j
clickDepth
field_1796
f_urvgkvpt
field_1796
tapTicks
f_91512_
private double
k
mousePressedTime
field_1792
f_etyaqouj
glfwTime
glfwTime
f_91513_
private final SmoothDouble
l
smoothTurnX
field_1793
f_jyymxfnt
cursorXSmoother
cursorXSmoother
f_91514_
private final SmoothDouble
m
smoothTurnY
field_1782
f_edorxzay
cursorYSmoother
cursorYSmoother
f_91515_
private double
n
accumulatedDX
field_1789
f_vykvmmai
cursorDeltaX
cursorDeltaX
f_91516_
private double
o
accumulatedDY
field_1787
f_vzaksxwz
cursorDeltaY
cursorDeltaY
f_91517_
private double
p
accumulatedScroll
field_1786
f_wlskouwv
eventDeltaWheel
scrollDelta
f_91518_
private double
q
lastMouseEventTime
field_1785
f_ctzqjeip
lastMouseUpdateTime
lastMouseUpdateTime
f_91519_
private boolean
r
mouseGrabbed
field_1783
f_pobldenb
cursorLocked
cursorLocked
f_91520_

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