net.minecraft.client

public class Mouse

dbm
net.minecraft.client.MouseHandler
net.minecraft.class_312
net.minecraft.client.Mouse
net.minecraft.unmapped.C_zgebrxop
net.minecraft.client.MouseHelper
net.minecraft.client.MouseHelper

Field summary

Modifier and TypeField
private final MinecraftClient
a
minecraft
field_1779
client
f_wdhjzxra
field_198036_a
minecraft
private boolean
b
isLeftPressed
field_1791
leftButtonClicked
f_lazttkdj
field_198037_b
leftDown
private boolean
c
isMiddlePressed
field_1790
middleButtonClicked
f_vqrnspgs
field_198038_c
middleDown
private boolean
d
isRightPressed
field_1788
rightButtonClicked
f_pdoxoshr
field_198039_d
rightDown
private double
e
xpos
field_1795
x
f_etrfhaoj
field_198040_e
mouseX
private double
f
ypos
field_1794
y
f_mrhqmiqv
field_198041_f
mouseY
private int
g
fakeRightMouse
field_1781
controlLeftTicks
f_xfscmtpv
field_212148_g
simulatedRightClicks
private int
h
activeButton
field_1780
activeButton
f_ooacsdpr
field_198042_g
activeButton
private boolean
i
ignoreFirstMove
field_1784
hasResolutionChanged
f_qnxgfpgl
field_198043_h
ignoreFirstMove
private int
j
clickDepth
field_1796
f_urvgkvpt
field_198044_i
touchScreenCounter
private double
k
mousePressedTime
field_1792
glfwTime
f_etyaqouj
field_198045_j
eventTime
private final SmoothUtil
l
smoothTurnX
field_1793
cursorXSmoother
f_jyymxfnt
field_198046_k
xSmoother
private final SmoothUtil
m
smoothTurnY
field_1782
cursorYSmoother
f_edorxzay
field_198047_l
ySmoother
private double
n
accumulatedDX
field_1789
cursorDeltaX
f_vykvmmai
field_198048_m
xVelocity
private double
o
accumulatedDY
field_1787
cursorDeltaY
f_vzaksxwz
field_198049_n
yVelocity
private double
p
accumulatedScroll
field_1786
eventDeltaWheel
f_wlskouwv
field_200542_o
accumulatedScrollDelta
private double
q
lastMouseEventTime
field_1785
lastMouseUpdateTime
f_ctzqjeip
field_198050_o
lastLookTime
private boolean
r
mouseGrabbed
field_1783
isCursorLocked
f_pobldenb
field_198051_p
mouseGrabbed

Constructor summary

ModifierConstructor
public (MinecraftClient 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)
m_ywskemix(long arg0, int arg1, int arg2, int arg3)
func_198023_a(long arg0, int arg1, int arg2, int arg3)
mouseButtonCallback(long handle, int button, int action, int mods)
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 arg1, double arg2)
m_hxyumdva(long arg0, double arg1, double arg2)
func_198020_a(long arg0, double arg1, double arg2)
scrollCallback(long handle, double xoffset, double yoffset)
public void
a(long arg0)
setup(long arg0)
method_1607(long arg0)
setup(long arg0)
m_zhngxjex(long arg0)
func_198029_a(long arg0)
registerCallbacks(long handle)
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)
m_yngpfhsm(long arg0, double arg1, double arg2)
func_198022_b(long arg0, double arg1, double arg2)
cursorPosCallback(long handle, double xpos, double ypos)
public void
a()
turnPlayer()
method_1606()
updateMouse()
m_rfgltetm()
func_198028_a()
updatePlayerLook()
public boolean
b()
isLeftPressed()
method_1608()
wasLeftButtonClicked()
m_yensjbwe()
func_198030_b()
isLeftDown()
public boolean
d()
isRightPressed()
method_1609()
wasRightButtonClicked()
m_iinagrxf()
func_198031_d()
isRightDown()
public double
e()
xpos()
method_1603()
getX()
m_buxkqufv()
func_198024_e()
getMouseX()
public double
f()
ypos()
method_1604()
getY()
m_vjkgfetl()
func_198026_f()
getMouseY()
public void
g()
setIgnoreFirstMove()
method_1599()
onResolutionChanged()
m_whwtpxld()
func_198021_g()
setIgnoreFirstMove()
public boolean
h()
isMouseGrabbed()
method_1613()
isCursorLocked()
m_qkmypnyd()
func_198035_h()
isMouseGrabbed()
public void
i()
grabMouse()
method_1612()
lockCursor()
m_glngfvve()
func_198034_i()
grabMouse()
public void
j()
releaseMouse()
method_1610()
unlockCursor()
m_dynoyzlk()
func_198032_j()
ungrabMouse()