Man page - sdl_gethapticeffectstatus(3)
Packages contas this manual
Manual
| SDL_GetHapticEffectStatus(3) | SDL3 FUNCTIONS | SDL_GetHapticEffectStatus(3) |
NAME
SDL_GetHapticEffectStatus - Get the status of the current effect on the specified haptic device.
HEADER FILE
Defined in SDL3/SDL_haptic.h
SYNOPSIS
#include "SDL3/SDL.h"
bool SDL_GetHapticEffectStatus(SDL_Haptic *haptic, int effect);
DESCRIPTION
Device must support the SDL_HAPTIC_STATUS
feature.
FUNCTION PARAMETERS
RETURN VALUE
Returns true if it is playing, false if it isn't playing or haptic status isn't supported.
AVAILABILITY
This function is available since SDL 3.2.0.
SEE ALSO
•(3), SDL_GetHapticFeatures(3)
| SDL 3.2.10 | Simple Directmedia Layer |