Trait wayland_server::protocol::wl_touch::Handler
[−]
[src]
pub trait Handler {
fn release(
&mut self,
evqh: &mut EventLoopHandle,
client: &Client,
resource: &WlTouch
) { ... }
}
Provided Methods
fn release(
&mut self,
evqh: &mut EventLoopHandle,
client: &Client,
resource: &WlTouch
)
&mut self,
evqh: &mut EventLoopHandle,
client: &Client,
resource: &WlTouch
)
release the touch object
This is a destructor, you cannot send events to this object once this method is called.