Package | Description |
---|---|
net.minecraftforge.client.event |
Modifier and Type | Class and Description |
---|---|
static class |
GuiScreenEvent.MouseScrollEvent.Post
This event fires after
IGuiEventListener#mouseScrolled(double) if the scroll was not already handled. |
static class |
GuiScreenEvent.MouseScrollEvent.Pre
This event fires when a mouse scroll is detected for a GuiScreen, before it is handled.
|