[−][src]Trait wlroots::input::tablet_tool::Handler
Provided Methods
fn on_axis(
&mut self,
compositor_handle: Handle,
tablet_tool_handle: Handle,
event: &Axis
)
&mut self,
compositor_handle: Handle,
tablet_tool_handle: Handle,
event: &Axis
)
Callback that is triggered when an axis event fires
fn on_proximity(
&mut self,
compositor_handle: Handle,
tablet_tool_handle: Handle,
event: &Proximity
)
&mut self,
compositor_handle: Handle,
tablet_tool_handle: Handle,
event: &Proximity
)
Callback that is triggered when a table tool is brought close to the input source.
fn on_tip(
&mut self,
compositor_handle: Handle,
tablet_tool_handle: Handle,
event: &Tip
)
&mut self,
compositor_handle: Handle,
tablet_tool_handle: Handle,
event: &Tip
)
Callback that is triggered when a table tool's tip touches the input source.
Callback that is triggered when a button is pressed on the tablet tool.
fn destroyed(&mut self, compositor_handle: Handle, tablet_tool_handle: Handle)
Callback that is triggered when a tablet tool is destroyed.