net.minecraft.client

public class MouseHandler

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

Field summary

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

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)
func_198023_a(long arg0, int arg1, 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 arg1, double arg2)
func_198020_a(long arg0, double arg1, double arg2)
public void
a(long arg0)
setup(long arg0)
method_1607(long arg0)
m_zhngxjex(long arg0)
setup(long arg0)
func_198029_a(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)
func_198022_b(long arg0, double arg1, double arg2)
public void
a()
turnPlayer()
method_1606()
m_rfgltetm()
updateMouse()
func_198028_a()
public boolean
b()
isLeftPressed()
method_1608()
m_yensjbwe()
wasLeftButtonClicked()
func_198030_b()
public boolean
d()
isRightPressed()
method_1609()
m_iinagrxf()
wasRightButtonClicked()
func_198031_d()
public double
e()
xpos()
method_1603()
m_buxkqufv()
getX()
func_198024_e()
public double
f()
ypos()
method_1604()
m_vjkgfetl()
getY()
func_198026_f()
public void
g()
setIgnoreFirstMove()
method_1599()
m_whwtpxld()
onResolutionChanged()
func_198021_g()
public boolean
h()
isMouseGrabbed()
method_1613()
m_qkmypnyd()
isCursorLocked()
func_198035_h()
public void
i()
grabMouse()
method_1612()
m_glngfvve()
lockCursor()
func_198034_i()
public void
j()
releaseMouse()
method_1610()
m_dynoyzlk()
unlockCursor()
func_198032_j()