pub trait TouchClient {
// Required method
fn touch_event(&self, touch_event: TouchEvent);
}
Expand description
The single touch client
Required Methods§
Sourcefn touch_event(&self, touch_event: TouchEvent)
fn touch_event(&self, touch_event: TouchEvent)
Report a touch event