summaryrefslogtreecommitdiffstats
path: root/futures/src/keyboard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add hotkey support for `stopwatch` exampleLibravatar Héctor Ramón Jiménez2023-09-071-2/+2
|
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-0/+61
Also rename `subscription::events*` to `event::listen*`.