Skip to main content

TouchMode

Trait TouchMode 

Source
pub trait TouchMode: Sealed { }
Expand description

A marker trait describing the mode the touch pad is set to.

Implementors§

Source§

impl TouchMode for Continuous

Available on crate feature unstable only.
Source§

impl TouchMode for OneShot

Available on crate feature unstable only.