summaryrefslogtreecommitdiffstats
path: root/futures/src/keyboard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Finish "The Pocket Guide"Libravatar Héctor Ramón Jiménez2024-07-161-2/+2
|
* Introduce `subscription::Event`Libravatar Héctor Ramón Jiménez2024-06-111-24/+18
| | | | ... and remove `PlatformSpecific` from `Event`
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-5/+6
| | | | And remove `window::Id` from `Event` altogether.
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-9/+8
|
* Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-0/+1
|
* 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*`.