Uses of Class
net.minecraftforge.client.event.GuiScreenEvent.MouseInputEvent
-
Uses of GuiScreenEvent.MouseInputEvent in net.minecraftforge.client.event
Modifier and TypeClassDescriptionstatic class
static class
This event fires afterGuiEventListener.mouseClicked(double, double, int)
.static class
This event fires when a mouse click is detected for a GuiScreen, before it is handled.static class
static class
This event fires afterGuiEventListener.mouseDragged(double, double, int, double, double)
if the drag was not already handled.static class
This event fires when a mouse drag is detected for a GuiScreen, before it is handled.static class
static class
This event fires afterGuiEventListener.mouseReleased(double, double, int)
.static class
This event fires when a mouse release is detected for a GuiScreen, before it is handled.static class
static class
This event fires afterGuiEventListener.mouseScrolled(double, double, double)
if the scroll was not already handled.static class
This event fires when a mouse scroll is detected for a GuiScreen, before it is handled.