Searched refs:SDL_HINT_ORIENTATIONS (Results 1 – 5 of 5) sorted by relevance
405 #define SDL_HINT_ORIENTATIONS "SDL_IOS_ORIENTATIONS" macro
22 SDL_HINT_ORIENTATIONS,
53 …on(window->w, window->h, window->flags & SDL_WINDOW_RESIZABLE, SDL_GetHint(SDL_HINT_ORIENTATIONS)); in Android_CreateWindow()
126 SDL_assert(SDL_strcmp(name, SDL_HINT_ORIENTATIONS) == 0); in WINRT_SetDisplayOrientationsPreference()403 SDL_AddHintCallback(SDL_HINT_ORIENTATIONS, WINRT_SetDisplayOrientationsPreference, NULL);
396 const char *hint = SDL_GetHint(SDL_HINT_ORIENTATIONS);
Completed in 7 milliseconds