Package de.gurkenlabs.litiengine.gui
Class ComponentMouseWheelEvent
java.lang.Object
de.gurkenlabs.litiengine.gui.ComponentMouseWheelEvent
public class ComponentMouseWheelEvent
extends java.lang.ObjectConstructor Summary
Constructors Constructor Description ComponentMouseWheelEvent(java.awt.event.MouseWheelEvent event, GuiComponent sender)Instantiates a new component mouse event.Method Summary
Modifier and Type Method Description java.awt.event.MouseWheelEventgetEvent()Gets the event.GuiComponentgetSender()Gets the sender.
Constructor Details
ComponentMouseWheelEvent
Instantiates a new component mouse event.- Parameters:
event- the eventsender- the sender
Method Details
