Package net.minecraft.src
Class MouseHelper
java.lang.Object
net.minecraft.src.MouseHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidGrabs the mouse cursor it doesn't move and isn't seen.voidvoidUngrabs the mouse cursor so it can be moved and set it to the center of the screen
-
Field Details
-
deltaX
public int deltaXMouse delta X this frame -
deltaY
public int deltaYMouse delta Y this frame
-
-
Constructor Details
-
MouseHelper
public MouseHelper()
-
-
Method Details
-
grabMouseCursor
public void grabMouseCursor()Grabs the mouse cursor it doesn't move and isn't seen. -
ungrabMouseCursor
public void ungrabMouseCursor()Ungrabs the mouse cursor so it can be moved and set it to the center of the screen -
mouseXYChange
public void mouseXYChange()
-