java.lang.Object
technology.sola.engine.graphics.gui.event.GuiEvent
technology.sola.engine.graphics.gui.event.GuiMouseEvent
GuiKeyEvent is a
GuiEvent
implementation for GuiMouseEvent
s.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class technology.sola.engine.graphics.gui.event.GuiEvent
isAbleToPropagate, stopPropagation
-
Constructor Details
-
GuiMouseEvent
Creates an instance of the event.- Parameters:
mouseEvent
- the originalMouseEvent
-
-
Method Details
-
getMouseEvent
- Returns:
- the original
MouseEvent
-