egui/crates/egui_demo_lib/src
Emil Ernerfeldt d449cb1d48
On touch screens, press-and-hold equals a secondary click (#4195)
* Closes https://github.com/emilk/egui/issues/3444
* Closes https://github.com/emilk/egui/issues/865

On a touch screen, if you press down on a widget and hold for 0.6
seconds (`MAX_CLICK_DURATION`), it will now trigger a secondary click,
i.e. `Response::secondary_clicked` will be `true`. This means you can
now open context menus on touch screens.
2024-03-20 11:49:17 +01:00
..
demo On touch screens, press-and-hold equals a secondary click (#4195) 2024-03-20 11:49:17 +01:00
easy_mark Refactor: move text selection logic to own module (#3843) 2024-01-19 15:38:53 +01:00
color_test.rs Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
lib.rs Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00