Trait TouchDataExt
pub trait TouchDataExt: Send + Sync {
// Required method
fn touch_data(&self) -> &TouchData;
}Available on
wayland_platform only.pub trait TouchDataExt: Send + Sync {
// Required method
fn touch_data(&self) -> &TouchData;
}wayland_platform only.