Trait kernel::hil::touch::TouchClient
source · 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