robocode
Class MouseEvent
- Comparable
public abstract class MouseEvent
Super class of all events that originates from the mouse.
MouseEvent | getSourceEvent() - Do not call this method!
This method is used by the game to determine the type of the source mouse
event that occurred in the AWT.
|
MouseEvent
public MouseEvent(MouseEvent source)
Called by the game to create a new MouseEvent.
source
- the source mouse event originating from the AWT.
getSourceEvent
public MouseEvent getSourceEvent()
Do not call this method!
This method is used by the game to determine the type of the source mouse
event that occurred in the AWT.
- the source mouse event that originates from the AWT.