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

Required Methods

Available on crate feature v3_24 only.

Implementors