pub fn on_input_device_removed<F: FnMut(InputDevice) + 'static>(f: F)
Expand description
Sets a closure to run when an input device has been removed.
pub fn on_input_device_removed<F: FnMut(InputDevice) + 'static>(f: F)
Sets a closure to run when an input device has been removed.