summaryrefslogtreecommitdiffstats
path: root/core/src/keyboard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-2/+5
|
* Revert system menus supportLibravatar Héctor Ramón Jiménez2021-09-151-2/+0
| | | | | | The current implementation has some important issues on Windows. We will reintroduce the feature once we figure them out! I have kept some of the changes in #945, like the new `keyboard::Modifiers` powered by `bitflags`.
* Rename `HitTestResult` to `Hit`Libravatar Héctor Ramón Jiménez2021-08-261-1/+1
| | | | ... and also move it to a new `text` module in `iced_core`
* Initial menu implementationLibravatar Richard2021-07-051-0/+2
|
* Rename `keyboard::ModifiersState` to `Modifiers`Libravatar Héctor Ramón Jiménez2020-11-261-2/+2
|
* Move `keyboard::Event` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-301-0/+2
|
* Move common keyboard types to `iced_core`Libravatar Héctor Ramón Jiménez2020-03-171-0/+6
Also expose them in `iced` through `iced_native` and `iced_web`.