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