Uses of Class
net.minecraftforge.client.event.InputEvent
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of InputEvent in net.minecraftforge.client.event
Modifier and TypeClassDescriptionstatic class
Fired when a keymapping that by default involves clicking the mouse buttons is triggered.static class
Fired when a keyboard key input occurs, such as pressing, releasing, or repeating a key.static class
Fired when a mouse button is pressed/released.static class
Fired when a mouse button is pressed/released, after processing.static class
Fired when a mouse button is pressed/released, before being processed by vanilla.static class
Fired when a mouse scroll wheel is used outside of a screen and a player is loaded, before being processed by vanilla.