Uses of Class
net.minecraftforge.client.event.ScreenEvent.MouseInputEvent
Packages that use ScreenEvent.MouseInputEvent
-
Uses of ScreenEvent.MouseInputEvent in net.minecraftforge.client.event
Subclasses of ScreenEvent.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.