[−][src]Trait wlroots::input::tablet_pad::Handler
Provided Methods
Callback that is triggered when a button is pressed on the tablet pad.
fn on_strip(
&mut self,
compositor_handle: Handle,
tablet_pad_handle: Handle,
event: &Strip
)
&mut self,
compositor_handle: Handle,
tablet_pad_handle: Handle,
event: &Strip
)
Callback that is triggered when the touch strip is used.
fn on_ring(
&mut self,
compositor_handle: Handle,
tablet_pad_handle: Handle,
event: &Ring
)
&mut self,
compositor_handle: Handle,
tablet_pad_handle: Handle,
event: &Ring
)
Callback that is triggered when the ring is touched.
fn destroyed(&mut self, compositor_handle: Handle, tablet_pad_handle: Handle)
Callback that is triggered when the pad device is destroyed.