类 ScreenEvent.KeyPressed

java.lang.Object
net.minecraftforge.eventbus.api.Event
直接已知子类:
ScreenEvent.KeyPressed.Post, ScreenEvent.KeyPressed.Pre
封闭类:
ScreenEvent

public abstract static class ScreenEvent.KeyPressed extends ScreenEvent.KeyInput
Fired when a keyboard key is pressed. See the two subclasses for listening before and after the normal handling.
另请参阅:
  • 构造器详细资料

    • KeyPressed

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