summaryrefslogtreecommitdiffstats
path: root/native/src/input/keyboard/modifiers_state.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move common keyboard types to `iced_core`Libravatar Héctor Ramón Jiménez2020-03-171-15/+0
| | | | Also expose them in `iced` through `iced_native` and `iced_web`.
* Implement `Default` for `keyboard::ModifiersState`Libravatar Héctor Ramón Jiménez2020-03-101-1/+1
|
* Add `ModifiersState` to `keyboard::Event::Input`Libravatar Héctor Ramón Jiménez2019-12-061-0/+15