Get the name of a display in UTF-8 encoding.
Defined in <SDL3/SDL_video.h>
const char * SDL_GetDisplayName(SDL_DisplayID displayID);
SDL_DisplayID | displayID | the instance ID of the display to query. |
(const char *) Returns the name of a display or NULL on failure; call SDL_GetError() for more information.
This function is available since SDL 3.1.3.