SDL_JoystickRumble

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int SDL_JoystickRumble(SDL_Joystick* joystick, ushort low_frequency_rumble, ushort high_frequency_rumble, uint duration_ms)
    extern (C) @nogc nothrow
    static if(staticBinding)
    static if(sdlSupport >= SDLSupport.sdl209)
    int
    SDL_JoystickRumble
  2. pSDL_JoystickRumble SDL_JoystickRumble;

Meta