GamepadProvider

Trait GamepadProvider 

Source
pub trait GamepadProvider {
    // Provided method
    fn handle_haptic_effect_request(&self, _request: GamepadHapticEffectRequest) { ... }
}

Provided Methods§

Source

fn handle_haptic_effect_request(&self, _request: GamepadHapticEffectRequest)

Handle a request to play or stop a haptic effect on a connected gamepad.

Implementors§