Interface MouseScrollCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Return true to cancel any further processing of the mouse scroll, false to keep going.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<MouseScrollCallback> -
Method Summary
-
Field Details
-
EVENT
-
-
Method Details
-
interact
boolean interact(double delta)
-