Home
last modified time | relevance | path

Searched refs:SDL_HINT_ORIENTATIONS (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_hints.h405 #define SDL_HINT_ORIENTATIONS "SDL_IOS_ORIENTATIONS" macro
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_hints.c22 SDL_HINT_ORIENTATIONS,
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidwindow.c53 …on(window->w, window->h, window->flags & SDL_WINDOW_RESIZABLE, SDL_GetHint(SDL_HINT_ORIENTATIONS)); in Android_CreateWindow()
/AliOS-Things-master/components/SDL2/src/core/winrt/
A DSDL_winrtapp_direct3d.cpp126 SDL_assert(SDL_strcmp(name, SDL_HINT_ORIENTATIONS) == 0); in WINRT_SetDisplayOrientationsPreference()
403 SDL_AddHintCallback(SDL_HINT_ORIENTATIONS, WINRT_SetDisplayOrientationsPreference, NULL);
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitwindow.m396 const char *hint = SDL_GetHint(SDL_HINT_ORIENTATIONS);

Completed in 7 milliseconds