summaryrefslogtreecommitdiffstats
path: root/src/keyboard.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `keyboard::ModifiersState` to `Modifiers`Libravatar Héctor Ramón Jiménez2020-11-261-1/+1
|
* Remove inconsistent `input` module in `iced_native`Libravatar Héctor Ramón Jiménez2020-04-301-5/+1
|
* 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`.