SDL_GameControllerRumble

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

Meta