Serializable
, Comparable<Event>
public final class MouseWheelMovedEvent extends MouseEvent
onMouseWheelMoved()
when the mouse wheel is rotated inside the battle view.MouseClickedEvent
,
MousePressedEvent
,
MouseReleasedEvent
,
MouseEnteredEvent
,
MouseExitedEvent
,
MouseMovedEvent
,
MouseDraggedEvent
,
Serialized FormConstructor | Description |
---|---|
MouseWheelMovedEvent(MouseEvent source) |
Called by the game to create a new MouseWheelMovedEvent.
|
compareTo, getPriority, getTime, setPriority, setTime
getSourceEvent
public MouseWheelMovedEvent(MouseEvent source)
source
- the source mouse event originating from the AWT.Copyright © 2018. All rights reserved.