mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 07:59:11 +00:00
Rename SDL_GetDisplayDPI to SDL_GetDisplayPhysicalDPI
to avoid confusion with logical DPI
This commit is contained in:
parent
d496d187c5
commit
724d92fd65
11 changed files with 19 additions and 11 deletions
|
@ -164,7 +164,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetDefaultCursor;
|
||||
SDL_GetDesktopDisplayMode;
|
||||
SDL_GetDisplayBounds;
|
||||
SDL_GetDisplayDPI;
|
||||
SDL_GetDisplayPhysicalDPI;
|
||||
SDL_GetDisplayIndexForPoint;
|
||||
SDL_GetDisplayIndexForRect;
|
||||
SDL_GetDisplayMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue