Scroll to navigation

SDL_NumHaptics(3) SDL3 FUNCTIONS SDL_NumHaptics(3)

NAME

SDL_NumHaptics - Count the number of haptic devices attached to the system.

SYNOPSIS

#include "SDL3/SDL.h"
int SDL_NumHaptics(void);

RETURN VALUE

Returns the number of haptic devices detected on the system or a negative error code on failure; call SDL_GetError () for more information.

AVAILABILITY

This function is available since SDL 3.0.0.

SEE ALSO

SDL_HapticName(3)

SDL 3.0.0 SDL