Module keyboard

Source
Expand description

Listen to keyboard events.

Functionsยง

on_key_press
Listens to keyboard key presses and calls the given function to map them into actual messages.
on_key_release
Listens to keyboard key releases and calls the given function to map them into actual messages.