Package | Description |
---|---|
net.minecraftforge.client.event |
Modifier and Type | Class and Description |
---|---|
static class |
GuiScreenEvent.KeyboardInputEvent.Post
This event fires after
GuiScreen.handleKeyboardInput() provided that the active
screen has not been changed as a result of GuiScreen.handleKeyboardInput() and
the GuiScreen.keyHandled flag has not been set. |
static class |
GuiScreenEvent.KeyboardInputEvent.Pre
This event fires when keyboard input is detected by a GuiScreen.
|