Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run `cargo fmt` | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Introduce `subscription::Event` | 2024-06-11 | 1 | -5/+38 | |
| | | | | ... and remove `PlatformSpecific` from `Event` | ||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -10/+9 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -1/+1 | |
| | |||||
* | Introduce `keyboard::on_key_press` and `on_key_release` | 2023-09-07 | 1 | -0/+59 | |
Also rename `subscription::events*` to `event::listen*`. |