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