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§

source

fn touch_event(&self, touch_event: TouchEvent)

Report a touch event

Implementors§