Searched refs:SDL_SetWindowOpacity (Results 1 – 5 of 5) sorted by relevance
935 extern DECLSPEC int SDLCALL SDL_SetWindowOpacity(SDL_Window * window, float opacity);
598 #define SDL_SetWindowOpacity SDL_SetWindowOpacity_REAL macro
632 SDL_DYNAPI_PROC(int,SDL_SetWindowOpacity,(SDL_Window *a, float b),(a,b),return)
1712 SDL_SetWindowOpacity(window, opacity); in SDLTest_CommonEvent()
2443 SDL_SetWindowOpacity(SDL_Window * window, float opacity) in SDL_SetWindowOpacity() function
Completed in 28 milliseconds