pub trait GestureStylusExtManual: 'static {
    // Required method
    fn axes(&self, axes: Vec<AxisUse>) -> Option<Vec<f64>>;
}

Required Methods§

source

fn axes(&self, axes: Vec<AxisUse>) -> Option<Vec<f64>>

Available on crate feature v3_24 only.

Implementors§