1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Add Sense::LONG_CLICK

This commit is contained in:
lucasmerlin
2025-10-12 19:45:14 +02:00
parent 96470fabee
commit d92b204691
4 changed files with 24 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ use eframe::glow;
#[cfg(target_arch = "wasm32")]
use core::any::Any;
use log::info;
#[derive(Default)]
#[cfg_attr(feature = "serde", derive(serde::Deserialize, serde::Serialize))]