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