Keyboard
The Keyboard
class provides event-based interaction for keyboard inputs. It implements the KeyEvents
interface to handle various types of keyboard-related events such as key presses, releases, repetitions, and character inputs. These events are typically triggered by the Application
interacting with the underlying system.