Added support for SDL_SetWindowBordered on iOS. Worked around a bug with rotating the device on iOS 8.
This commit is contained in:
parent
0e5df60538
commit
31257842ec
8 changed files with 79 additions and 51 deletions
|
@ -346,7 +346,7 @@ extern "C" {
|
|||
|
||||
|
||||
/**
|
||||
* \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac)
|
||||
* \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac and iOS)
|
||||
*/
|
||||
#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_VIDEO_HIGHDPI_DISABLED"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue