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