Scroll to navigation

SDL_HapticIndex(3) SDL3 FUNCTIONS SDL_HapticIndex(3)

NAME

SDL_HapticIndex - Get the index of a haptic device.

SYNOPSIS

#include "SDL3/SDL.h"
int SDL_HapticIndex(SDL_Haptic * haptic);

FUNCTION PARAMETERS

the SDL_Haptic
device to query

RETURN VALUE

Returns the index of the specified haptic device 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_HapticOpen(3), SDL_HapticOpened(3)

SDL 3.0.0 SDL