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