table of contents
other versions
SDL_HapticStopAll(3) | SDL3 FUNCTIONS | SDL_HapticStopAll(3) |
NAME¶
SDL_HapticStopAll - Stop all the currently playing effects on a haptic device.
SYNOPSIS¶
#include "SDL3/SDL.h"
int SDL_HapticStopAll(SDL_Haptic * haptic);
FUNCTION PARAMETERS¶
- haptic
- the SDL_Haptic
device to stop
RETURN VALUE¶
Returns 0 on success or a negative error code on failure; call
SDL_GetError () for more information.
AVAILABILITY¶
This function is available since SDL 3.0.0.
SDL 3.0.0 | SDL |