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* , ushort , ushort , uint )
    version(BindSDL_Static)
    extern (C) @nogc nothrow
    static if(sdlSupport >= SDLSupport.sdl209)
    int
    SDL_JoystickRumble
    (,
    ushort
    ,
    ushort
    ,
    uint
    )
  2. pSDL_JoystickRumble SDL_JoystickRumble;

Meta