Trait TouchDataExt

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

Required Methods§

fn touch_data(&self) -> &TouchData

Implementors§