Searched refs:SDL_GetWindowOpacity (Results 1 – 6 of 6) sorted by relevance
893 extern DECLSPEC int SDLCALL SDL_GetWindowOpacity(SDL_Window * window, float * out_opacity);
605 #define SDL_GetWindowOpacity SDL_GetWindowOpacity_REAL macro
637 SDL_DYNAPI_PROC(int,SDL_GetWindowOpacity,(SDL_Window *a, float *b),(a,b),return)
22 * Added SDL_SetWindowOpacity() and SDL_GetWindowOpacity() to affect the window transparency
1383 if (SDL_GetWindowOpacity(window, &opacity) == 0) { in SDLTest_CommonEvent()
2252 SDL_GetWindowOpacity(SDL_Window * window, float * out_opacity) in SDL_GetWindowOpacity() function