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