summaryrefslogtreecommitdiffstats
path: root/futures/src/event.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Introduce `subscription::Event`Libravatar Héctor Ramón Jiménez2024-06-111-5/+38
| | | | ... and remove `PlatformSpecific` from `Event`
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-10/+9
| | | | And remove `window::Id` from `Event` altogether.
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez2023-09-071-0/+59
Also rename `subscription::events*` to `event::listen*`.