table of contents
other versions
SDL_GetTouchName(3) | SDL3 FUNCTIONS | SDL_GetTouchName(3) |
NAME¶
SDL_GetTouchName - Get the touch device name as reported from the driver or NULL if the index is invalid.
SYNOPSIS¶
#include "SDL3/SDL.h"
const char* SDL_GetTouchName(int index);
FUNCTION PARAMETERS¶
- index
- the touch device index
RETURN VALUE¶
Returns touch device name
AVAILABILITY¶
This function is available since SDL 3.0.0.
SDL 3.0.0 | SDL |