Searched refs:SDL_GetWindowBrightness (Results 1 – 5 of 5) sorted by relevance
922 extern DECLSPEC float SDLCALL SDL_GetWindowBrightness(SDL_Window * window);
523 result = SDL_GetWindowBrightness(window); in video_getWindowBrightness()547 result = SDL_GetWindowBrightness(NULL); in video_getWindowBrightnessNegative()
546 #define SDL_GetWindowBrightness SDL_GetWindowBrightness_REAL macro
574 SDL_DYNAPI_PROC(float,SDL_GetWindowBrightness,(SDL_Window *a),(a),return)
2435 SDL_GetWindowBrightness(SDL_Window * window) in SDL_GetWindowBrightness() function
Completed in 23 milliseconds