SDL2/src/test
Sam Lantinga 824b9b0a58 Removed SDL_GetDisplayDPI()
This function wasn't consistently correct across platforms and devices.

If you want the UI scale factor, you can use display_scale in the structure returned by SDL_GetDesktopDisplayMode(). If you need an approximate DPI, you can multiply this value times 160 on iPhone and Android, and 96 on other platforms.
2023-02-08 17:35:54 -08:00
..
SDL_test_assert.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_common.c Removed SDL_GetDisplayDPI() 2023-02-08 17:35:54 -08:00
SDL_test_compare.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_crc32.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_font.c Simplify flags testing (#7220) 2023-02-03 13:08:42 -08:00
SDL_test_fuzzer.c test: don't use wiki urls for documentation comments 2023-02-02 00:49:09 +01:00
SDL_test_harness.c SDL_test_harness: fix memory leak when generated seed 2023-01-16 10:41:43 +01:00
SDL_test_log.c test: don't use wiki urls for documentation comments 2023-02-02 00:49:09 +01:00
SDL_test_md5.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_memory.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_random.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00