robocode
Class KeyReleasedEvent
java.lang.Object
robocode.Event
robocode.KeyEvent
robocode.KeyReleasedEvent
- All Implemented Interfaces:
- Comparable<Event>
public final class KeyReleasedEvent
- extends KeyEvent
A KeyReleasedEvent is sent to onKeyReleased()
when a key has been released on the keyboard.
- Since:
- 1.6.1
- Author:
- Pavel Savara (original)
- See Also:
KeyPressedEvent
,
KeyTypedEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyReleasedEvent
public KeyReleasedEvent(KeyEvent source)
- Called by the game to create a new KeyReleasedEvent.
- Parameters:
source
- the source key event originating from the AWT.