robocode
Class MouseWheelMovedEvent
java.lang.Object
robocode.Event
robocode.MouseEvent
robocode.MouseWheelMovedEvent
- All Implemented Interfaces:
- Serializable, Comparable<Event>
public final class MouseWheelMovedEvent
- extends MouseEvent
A MouseWheelMovedEvent is sent to onMouseWheelMoved()
when the mouse wheel is rotated inside the battle view.
- Since:
- 1.6.1
- Author:
- Pavel Savara (original), Flemming N. Larsen (contributor)
- See Also:
MouseClickedEvent
,
MousePressedEvent
,
MouseReleasedEvent
,
MouseEnteredEvent
,
MouseExitedEvent
,
MouseMovedEvent
,
MouseDraggedEvent
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MouseWheelMovedEvent
public MouseWheelMovedEvent(MouseEvent source)
- Called by the game to create a new MouseWheelMovedEvent.
- Parameters:
source
- the source mouse event originating from the AWT.
Copyright © 2013 Robocode. All Rights Reserved.