Class ScreenEvent.KeyReleased

java.lang.Object
net.minecraftforge.eventbus.api.Event
Direct Known Subclasses:
ScreenEvent.KeyReleased.Post, ScreenEvent.KeyReleased.Pre
Enclosing class:
ScreenEvent

public abstract static class ScreenEvent.KeyReleased extends ScreenEvent.KeyInput
Fired when a keyboard key is released. See the two subclasses for listening before and after the normal handling.
See Also:
  • Constructor Details

    • KeyReleased

      @Internal public KeyReleased(Screen screen, int keyCode, int scanCode, int modifiers)