mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Add Pointer::is_decidedly_dragging and could_any_button_be_click (#2979)
* Add Pointer::is_decidedly_dragging and could_any_button_be_click This allows users to distinguish between click and drags while they are not yet done. * Fix warning in eframe * fix typo
This commit is contained in:
@@ -557,6 +557,7 @@ impl EpiIntegration {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::unused_self)]
|
||||
pub fn save(&mut self, _app: &mut dyn epi::App, _window: &winit::window::Window) {
|
||||
#[cfg(feature = "persistence")]
|
||||
if let Some(storage) = self.frame.storage_mut() {
|
||||
|
||||
Reference in New Issue
Block a user