Get the name of a display in UTF-8 encoding.
Defined in SDL_video.h
const char * SDL_GetDisplayName(int displayIndex);
int | displayIndex | the index of display from which the name should be queried. |
(const char *) Returns the name of a display or NULL for an invalid display index or failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.