Package net.minecraft.client
Class ScrollWheelHandler
java.lang.Object
net.minecraft.client.ScrollWheelHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate doubleprivate double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetNextScrollWheelSelection(double yOffset, int selected, int selectionSize) onMouseScroll(double xOffset, double yOffset)
-
Field Details
-
accumulatedScrollX
private double accumulatedScrollX -
accumulatedScrollY
private double accumulatedScrollY
-
-
Constructor Details
-
ScrollWheelHandler
public ScrollWheelHandler()
-
-
Method Details
-
onMouseScroll
-
getNextScrollWheelSelection
public static int getNextScrollWheelSelection(double yOffset, int selected, int selectionSize)
-