类 ScreenEvent.KeyReleased

java.lang.Object
net.minecraftforge.eventbus.api.Event
直接已知子类:
ScreenEvent.KeyReleased.Post, ScreenEvent.KeyReleased.Pre
封闭类:
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.
另请参阅:
  • 构造器详细资料

    • KeyReleased

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