SDL_HINT_ORIENTATIONS

A variable controlling which orientations are allowed on iOS/Android.

Header File

Defined in <SDL3/SDL_hints.h>

Syntax

#define SDL_HINT_ORIENTATIONS "SDL_ORIENTATIONS"

Remarks

In some circumstances it is necessary to be able to explicitly control which UI orientations are allowed.

This variable is a space delimited list of the following values:

This hint should be set before SDL is initialized.

Version

This hint is available since SDL 3.2.0.


CategoryAPI, CategoryAPIMacro, CategoryHints