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