public final class KeyReleasedEvent extends KeyEvent
onKeyReleased()
when a key has been released on the keyboard.KeyPressedEvent
,
KeyTypedEvent
,
Serialized FormConstructor and Description |
---|
KeyReleasedEvent(KeyEvent source)
Called by the game to create a new KeyReleasedEvent.
|
public KeyReleasedEvent(KeyEvent source)
source
- the source key event originating from the AWT.