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

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

    • GuiTouchEvent

      public GuiTouchEvent(TouchEvent touchEvent)
      Creates an instance of the event.
      Parameters:
      touchEvent - the original TouchEvent
  • Method Details