Uses of Class
net.minecraftforge.client.event.ScreenEvent.KeyInput
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ScreenEvent.KeyInput in net.minecraftforge.client.event
Modifier and TypeClassDescriptionstatic class
Fired when a keyboard key is pressed.static class
Fired after the key press is handled, if not handled by the screen and the correspondingScreenEvent.KeyPressed.Pre
is not cancelled.static class
Fired before the key press is handled by the screen.static class
Fired when a keyboard key is released.static class
Fired after the key release is handled, if not handled by the screen and the correspondingScreenEvent.KeyReleased.Pre
is not cancelled.static class
Fired before the key release is handled by the screen.