public final class KeyReleasedEvent extends KeyEvent
onKeyReleased() when a key has been released on the keyboard.KeyPressedEvent,
KeyTypedEvent,
Serialized Form| Constructor and Description |
|---|
KeyReleasedEvent(KeyEvent source)
Called by the game to create a new KeyReleasedEvent.
|
getSourceEventcompareTo, getPriority, getTime, setPriority, setTimepublic KeyReleasedEvent(KeyEvent source)
source - the source key event originating from the AWT.Copyright © 2021 Robocode. All Rights Reserved.