Package robocode
Class MouseDraggedEvent
java.lang.Object
robocode.Event
robocode.MouseEvent
robocode.MouseDraggedEvent
- All Implemented Interfaces:
Serializable
,Comparable<Event>
A MouseDraggedEvent is sent to
onMouseDragged()
when the mouse is dragged inside the battle view.- Since:
- 1.6.1
- Author:
- Pavel Savara (original), Flemming N. Larsen (contributor)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMouseDraggedEvent
(MouseEvent source) Called by the game to create a new MouseDraggedEvent. -
Method Summary
Methods inherited from class robocode.MouseEvent
getSourceEvent
Methods inherited from class robocode.Event
compareTo, getPriority, getTime, setPriority, setTime
-
Constructor Details
-
MouseDraggedEvent
Called by the game to create a new MouseDraggedEvent.- Parameters:
source
- the source mouse event originating from the AWT.
-