THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Count the number of haptic devices attached to the system.
int SDL_NumHaptics(void);
Returns the number of haptic devices detected on the system or a negative error code on failure; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.
CategoryAPI, CategoryForceFeedback, CategoryDraft