kernel::hil::touch

Trait TouchClient

Source
pub trait TouchClient {
    // Required method
    fn touch_event(&self, touch_event: TouchEvent);
}
Expand description

The single touch client

Required Methods§

Source

fn touch_event(&self, touch_event: TouchEvent)

Report a touch event

Implementors§