pub trait MultiTouchClient {
fn touch_events(&self, touch_events: &[TouchEvent], len: usize);
}
Expand description
The multi touch client
Required Methods
fn 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