Searched refs:SDL_SetWindowBrightness (Results 1 – 4 of 4) sorted by relevance
913 extern DECLSPEC int SDLCALL SDL_SetWindowBrightness(SDL_Window * window, float brightness);
545 #define SDL_SetWindowBrightness SDL_SetWindowBrightness_REAL macro
573 SDL_DYNAPI_PROC(int,SDL_SetWindowBrightness,(SDL_Window *a, float b),(a,b),return)
2419 SDL_SetWindowBrightness(SDL_Window * window, float brightness) in SDL_SetWindowBrightness() function
Completed in 19 milliseconds