Trait wayland_server::protocol::wl_touch::Handler [] [src]

pub trait Handler {
    fn release(&mut self, evqh: &mut EventLoopHandle, client: &Client, resource: &WlTouch) { ... }
}

Provided Methods

release the touch object

This is a destructor, you cannot send events to this object once this method is called.

Implementors