Get the orientation of a display.
SDL_DisplayOrientation SDL_GetCurrentDisplayOrientation(SDL_DisplayID displayID);
displayID | the instance ID of the display to query |
Returns The SDL_DisplayOrientation enum value of the display, or SDL_ORIENTATION_UNKNOWN
if it isn't available.
This function is available since SDL 3.0.0.