public class InputEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
InputEvent.KeyInputEvent
This event fires when a keyboard input is detected.
|
static class |
InputEvent.MouseInputEvent
This event fires when a mouse input is detected.
|
static class |
InputEvent.MouseScrollEvent
This event fires when the mouse scroll wheel is used outside of a gui.
|
static class |
InputEvent.RawMouseEvent
A cancellable mouse event fired before key bindings are updated
|
| Constructor and Description |
|---|
InputEvent() |