[][src]Type Definition wlroots::input::manager::InputAdded

type InputAdded = fn(compositor_handle: Handle, device: &mut Device);

Callback triggered when an input device is added.

Panics

Any panic in this function will cause the process to abort.