java.lang.Object
technology.sola.engine.graphics.gui.event.GuiEvent
technology.sola.engine.graphics.gui.event.GuiKeyEvent

@NullMarked public class GuiKeyEvent extends GuiEvent
GuiKeyEvent is a GuiEvent implementation for KeyEvents.
  • Constructor Details

    • GuiKeyEvent

      public GuiKeyEvent(KeyEvent keyEvent)
      Creates an instance of the event.
      Parameters:
      keyEvent - the original KeyEvent
  • Method Details