Get the orientation of a display.
SDL_DisplayOrientation SDL_GetDisplayOrientation(int displayIndex);
Returns The SDL_DisplayOrientation enum value of the display, or SDL_ORIENTATION_UNKNOWN if it isn't available.
SDL_ORIENTATION_UNKNOWN
This function is available since SDL 2.0.9.
CategoryAPI