Retrieves a human-readable description for a SDL_PenID.
Defined in <SDL3/SDL_pen.h>
instance_id | The pen to query. |
Returns A string that contains the name of the pen, intended for human consumption. The string might or might not be localised, depending on platform settings. It is not guaranteed to be unique; use SDL_GetPenGUID() for (best-effort) unique identifiers. The pointer is managed by the SDL pen subsystem and must not be deallocated. The pointer remains valid until SDL is shut down. Returns NULL on error (cf. SDL_GetError())
This function is available since SDL 3.0.0.