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 classstatic classThis event fires afterGuiEventListener.mouseClicked(double, double, int).static classThis event fires when a mouse click is detected for a GuiScreen, before it is handled.static classstatic classThis event fires afterGuiEventListener.mouseDragged(double, double, int, double, double)if the drag was not already handled.static classThis event fires when a mouse drag is detected for a GuiScreen, before it is handled.static classstatic classThis event fires afterGuiEventListener.mouseReleased(double, double, int).static classThis event fires when a mouse release is detected for a GuiScreen, before it is handled.static classstatic classThis event fires afterGuiEventListener.mouseScrolled(double, double, double)if the scroll was not already handled.static classThis event fires when a mouse scroll is detected for a GuiScreen, before it is handled.