Get a list of fullscreen display modes available on a display.
Defined in <SDL3/SDL_video.h>
int *count); SDL_DisplayMode ** SDL_GetFullscreenDisplayModes(SDL_DisplayID displayID,
SDL_DisplayID | displayID | the instance ID of the display to query. |
int * | count | a pointer filled in with the number of display modes returned, may be NULL. |
(SDL_DisplayMode **) Returns a NULL terminated array of display mode pointers or NULL on failure; call SDL_GetError() for more information. This is a single allocation that should be freed with SDL_free() when it is no longer needed.
The display modes are sorted in this priority:
This function is available since SDL 3.1.3.