Searched refs:SDL_HINT_VIDEO_HIGHDPI_DISABLED (Results 1 – 3 of 3) sorted by relevance
418 #define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_VIDEO_HIGHDPI_DISABLED" macro
30 SDL_HINT_VIDEO_HIGHDPI_DISABLED,
1380 if (SDL_GetHintBoolean(SDL_HINT_VIDEO_HIGHDPI_DISABLED, SDL_FALSE)) { in SDL_CreateWindow()