Scroll to navigation

SDL_HapticEffectID(3type) SDL3 DATATYPES SDL_HapticEffectID(3type)

NAME

SDL_HapticEffectID - ID for haptic effects.

SYNOPSIS

#include <SDL3/SDL_haptic.h>
typedef int SDL_HapticEffectID;

DESCRIPTION

This is -1 if the ID is invalid.

SEE ALSO

SDL_CreateHapticEffect(3)

SDL 3.3.0 Simple Directmedia Layer