Class MixinMouseHandler
java.lang.Object
dev.architectury.mixin.fabric.client.MixinMouseHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onMouseScrolled
(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y) void
onMouseScrolledPost
(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y) void
onRawMouseClicked
(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) void
onRawMouseClickedPost
(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) void
onRawMouseScrolled
(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount)
-
Constructor Details
-
MixinMouseHandler
public MixinMouseHandler()
-
-
Method Details
-
onMouseScrolled
public void onMouseScrolled(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y) -
onMouseScrolledPost
public void onMouseScrolledPost(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount, double x, double y) -
onRawMouseScrolled
public void onRawMouseScrolled(long handle, double xOffset, double yOffset, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info, double amount) -
onRawMouseClicked
public void onRawMouseClicked(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info) -
onRawMouseClickedPost
public void onRawMouseClickedPost(long handle, int button, int action, int mods, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
-