Uses of Class
net.minecraftforge.client.event.GuiScreenEvent.MouseInputEvent
Packages that use GuiScreenEvent.MouseInputEvent
-
Uses of GuiScreenEvent.MouseInputEvent in net.minecraftforge.client.event
Subclasses of GuiScreenEvent.MouseInputEvent in net.minecraftforge.client.eventModifier and TypeClassDescriptionstatic class
static class
This event fires afterIGuiEventListener.mouseClicked(double, double, int)
if the click was not already handled.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 afterIGuiEventListener.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 afterIGuiEventListener.mouseReleased(double, double, int)
if the release was not already handled.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 afterIGuiEventListener#mouseScrolled(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.