Trait kernel::hil::touch::MultiTouchClient
source · pub trait MultiTouchClient {
// Required method
fn touch_events(&self, touch_events: &[TouchEvent], len: usize);
}
Expand description
The multi touch client
Required Methods§
sourcefn touch_events(&self, touch_events: &[TouchEvent], len: usize)
fn touch_events(&self, touch_events: &[TouchEvent], len: usize)
Report a multi touch event num touches represents the number of touches detected