[−][src]Type Definition wlroots::input::manager::TabletToolAdded
type TabletToolAdded = fn(compositor_handle: Handle, tablet_tool_handle: Handle) -> Option<Box<dyn Handler>>;
Callback triggered when a tablet tool is added.
Panics
Any panic in this function will cause the process to abort.