Expand description

Keyboard related utilities.

To make use of one of the event loop dependent implementation of the keyboard utilities add one of the available features to the [dependencies] section in the Cargo configuration file.

Modules

Keyboard related functions to be used with minifb.
Keyboard related functions to be used with SDL2.
Keyboard related functions to be used with web-sys.
Keyboard related functions to be used with winit.

Functions

Updates the state of the joystick device via [JoystickInterface] from a key down or up event.