Add SDL_GetDisplayDPI routine and implement for Windows.
This commit is contained in:
parent
70bf81aaec
commit
e26124316e
9 changed files with 173 additions and 7 deletions
|
@ -505,6 +505,7 @@
|
|||
#define SDL_GetNumVideoDisplays SDL_GetNumVideoDisplays_REAL
|
||||
#define SDL_GetDisplayName SDL_GetDisplayName_REAL
|
||||
#define SDL_GetDisplayBounds SDL_GetDisplayBounds_REAL
|
||||
#define SDL_GetDisplayDPI SDL_GetDisplayDPI_REAL
|
||||
#define SDL_GetNumDisplayModes SDL_GetNumDisplayModes_REAL
|
||||
#define SDL_GetDisplayMode SDL_GetDisplayMode_REAL
|
||||
#define SDL_GetDesktopDisplayMode SDL_GetDesktopDisplayMode_REAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue