summaryrefslogtreecommitdiffstats
path: root/native/src/input (follow)
Commit message (Collapse)AuthorAgeFilesLines
* double click fixedLibravatar FabianLars2020-02-241-1/+1
|
* moved cursor into own fileLibravatar FabianLars2020-02-241-0/+64
| | | | | | | | | | moved click tracking as a new State struct to input::mouse made cursor field of text_input state private brought back cursor type(Index, Selection) representation with a state enum cleaned out some stuff (but not enough/all) TODO: Documentation (sigh) TODO: Editor struct TODO: some (hopefully) small improvements here and there
* Add `ModifiersState` to `keyboard::Event::Input`Libravatar Héctor Ramón Jiménez2019-12-063-2/+22
|
* Write docs for `iced` and `iced_native`Libravatar Héctor Ramón Jiménez2019-11-221-1/+7
|
* Handle touchpad scroll eventsLibravatar Héctor Ramón Jiménez2019-10-292-4/+15
|
* Move `winit` conversions to `iced_winit`Libravatar Héctor Ramón Jiménez2019-10-103-208/+0
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-207-0/+509