THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Get the implementation dependent name of a haptic device.
const char* SDL_HapticName(int device_index);
device_index | index of the device to query. |
Returns the name of the device or NULL on failure; call SDL_GetError() for more information.
This can be called before any joysticks are opened. If no name can be found, this function returns NULL.
This function is available since SDL 3.0.0.
CategoryAPI, CategoryForceFeedback, CategoryDraft