Searched refs:SDL_GetWindowDisplayIndex (Results 1 – 7 of 7) sorted by relevance
76 SDL_GetDisplayName(SDL_GetWindowDisplayIndex(window))); in loop()
438 extern DECLSPEC int SDLCALL SDL_GetWindowDisplayIndex(SDL_Window * window);
510 #define SDL_GetWindowDisplayIndex SDL_GetWindowDisplayIndex_REAL macro
538 SDL_DYNAPI_PROC(int,SDL_GetWindowDisplayIndex,(SDL_Window *a),(a),return)
1053 SDL_GetWindowDisplayIndex(SDL_Window * window) in SDL_GetWindowDisplayIndex() function1115 int displayIndex = SDL_GetWindowDisplayIndex(window); in SDL_GetDisplayForWindow()1984 displayIndex = SDL_GetWindowDisplayIndex(window); in SDL_GetWindowPosition()
1665 int currentIndex = SDL_GetWindowDisplayIndex(window); in SDLTest_CommonEvent()
1765 displayIndex = SDL_GetWindowDisplayIndex(window); in D3D_CreateRenderer()
Completed in 80 milliseconds