|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrobocode.Event
robocode.MouseEvent
robocode.MousePressedEvent
public final class MousePressedEvent
A MousePressedEvent is sent to onMousePressed() when the mouse is pressed inside the battle view.
MouseClickedEvent,
MouseReleasedEvent,
MouseEnteredEvent,
MouseExitedEvent,
MouseMovedEvent,
MouseDraggedEvent,
MouseWheelMovedEvent,
Serialized Form| Constructor Summary | |
|---|---|
MousePressedEvent(java.awt.event.MouseEvent source)
Called by the game to create a new MousePressedEvent. |
|
| Method Summary |
|---|
| Methods inherited from class robocode.MouseEvent |
|---|
getSourceEvent |
| Methods inherited from class robocode.Event |
|---|
compareTo, getPriority, getTime, setPriority, setTime |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MousePressedEvent(java.awt.event.MouseEvent source)
source - the source mouse event originating from the AWT.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||