Package de.gurkenlabs.litiengine.gui
Class ComponentMouseEvent
java.lang.Object
de.gurkenlabs.litiengine.gui.ComponentMouseEvent
public class ComponentMouseEvent
extends java.lang.ObjectA ComponentMouseEvent contains the original MouseEvent and the GuiComponent
that sent the event as sender.
Constructor Summary
Constructors Constructor Description ComponentMouseEvent(java.awt.event.MouseEvent event, GuiComponent sender)Instantiates a new component mouse event.Method Summary
Modifier and Type Method Description java.awt.event.MouseEventgetEvent()Gets the event.GuiComponentgetSender()Gets the sender.
Constructor Details
ComponentMouseEvent
Instantiates a new component mouse event.- Parameters:
event- the eventsender- the sender
Method Details
