java.lang.Object
technology.sola.engine.graphics.gui.event.GuiEvent
technology.sola.engine.graphics.gui.event.GuiTouchEvent
GuiKeyEvent is a
GuiEvent implementation for GuiTouchEvents.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class technology.sola.engine.graphics.gui.event.GuiEvent
isAbleToPropagate, stopPropagation
-
Constructor Details
-
GuiTouchEvent
Creates an instance of the event.- Parameters:
touchEvent- the originalTouchEvent
-
-
Method Details
-
getTouchEvent
- Returns:
- the original
TouchEvent
-