Module keypad

Source
Expand description

Listens for button presses and releases from the keypad.

To get started, create a KeypadListener and read its documentation.

Structs§

KeyEvent
One event representing a key press or release.
KeyStream
A stream of KeyEvents. Use KeypadListener::stream to get one.
KeypadListener
Polls the keypad.

Enums§

KeyState
The state of the key, either pressed or released.