Package | Description |
---|---|
buoy.event |
Modifier and Type | Class and Description |
---|---|
class |
KeyPressedEvent
This is an event corresponding to a key on the keyboard being pressed.
|
class |
KeyReleasedEvent
This is an event corresponding to a key on the keyboard being released.
|
class |
KeyTypedEvent
This is an event corresponding to a Unicode character being generated by the user interacting with the
keyboard.
|
Written by Peter Eastman.