summaryrefslogtreecommitdiffstats
path: root/native/src/input/mouse.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove inconsistent `input` module in `iced_native`Libravatar Héctor Ramón Jiménez2020-04-301-6/+0
|
* Move `keyboard::Event` to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-301-1/+1
|
* Move reusable `mouse` types to `iced_core`Libravatar Héctor Ramón Jiménez2020-04-281-4/+1
|
* Convert `mouse::State` into `mouse::Click`Libravatar Héctor Ramón Jiménez2020-03-241-63/+3
|
* really small cleanupLibravatar FabianLars2020-02-261-2/+1
|
* 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
* Handle touchpad scroll eventsLibravatar Héctor Ramón Jiménez2019-10-291-1/+1
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-0/+6