pub trait GamepadProvider {
// Provided method
fn handle_haptic_effect_request(&self, _request: GamepadHapticEffectRequest) { ... }
}Provided Methods§
Sourcefn handle_haptic_effect_request(&self, _request: GamepadHapticEffectRequest)
fn handle_haptic_effect_request(&self, _request: GamepadHapticEffectRequest)
Handle a request to play or stop a haptic effect on a connected gamepad.