Serializable, Comparable<Event>public final class KeyReleasedEvent extends KeyEvent
onKeyReleased() when a key has been released on the keyboard.KeyPressedEvent,
KeyTypedEvent,
Serialized Form| Constructor | Description |
|---|---|
KeyReleasedEvent(KeyEvent source) |
Called by the game to create a new KeyReleasedEvent.
|
compareTo, getPriority, getTime, setPriority, setTimegetSourceEventpublic KeyReleasedEvent(KeyEvent source)
source - the source key event originating from the AWT.Copyright © 2018. All rights reserved.