summaryrefslogtreecommitdiffstats
path: root/futures/src/event.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-21Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-1/+1
2024-06-14Move `Maybe*` traits back to `iced_futures`Libravatar Héctor Ramón Jiménez1-1/+1
2024-06-14Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez1-1/+1
2024-06-11Introduce `subscription::Event`Libravatar Héctor Ramón Jiménez1-5/+38
... and remove `PlatformSpecific` from `Event`
2024-06-10Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez1-10/+9
And remove `window::Id` from `Event` altogether.
2023-09-07Introduce `keyboard::on_key_press` and `on_key_release`Libravatar Héctor Ramón Jiménez1-0/+59
Also rename `subscription::events*` to `event::listen*`.