| SDL_PlayHapticRumble(3) | SDL3 FUNCTIONS | SDL_PlayHapticRumble(3) |
SDL_PlayHapticRumble - Run a simple rumble effect on a haptic device.
Defined in SDL3/SDL_haptic.h
#include "SDL3/SDL.h"
bool SDL_PlayHapticRumble(SDL_Haptic *haptic, float strength, Uint32 length);
Returns true on success or false on failure; call
SDL_GetError () for more information.
This function is available since SDL 3.2.0.
•(3), SDL_InitHapticRumble(3), •(3), SDL_StopHapticRumble(3)
| SDL 3.2.10 | Simple Directmedia Layer |