SDL/src/video/android
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_androidclipboard.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidclipboard.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidevents.c Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00
SDL_androidevents.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidgl.c Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00
SDL_androidgl.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidkeyboard.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_androidkeyboard.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_androidmessagebox.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidmessagebox.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidmouse.c Hook up Android_ScreenDensity to convert pixels to screen coordinates on Android 2023-01-25 13:06:42 -08:00
SDL_androidmouse.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidtouch.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidtouch.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidvideo.c Removed SDL_GetDisplayDPI() 2023-02-08 17:35:54 -08:00
SDL_androidvideo.h Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00
SDL_androidvulkan.c Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00
SDL_androidvulkan.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_androidwindow.c Simplify flags testing (#7220) 2023-02-03 13:08:42 -08:00
SDL_androidwindow.h Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00