Additionally to emmiting egui::Event::Touch events, on_touch() now also emits egui::Event::PointerButton, egui::event::PointerMoved and egui::event::PointerGone facilitating UI usage on touchscreen devices. If there are multiple touches, only the first one will be translated into pointer events. This prevents situations with two pointers. |
||
|---|---|---|
| .. | ||
| clipboard.rs | ||
| lib.rs | ||
| screen_reader.rs | ||
| window_settings.rs | ||