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