fccm / OCamlSDL2

OCaml interface to SDL 2.0 (for Linux, Windows, MacOS, and ChromeBook)
Other
51 stars 10 forks source link

Add support for HighDPI #27

Closed csoren closed 2 years ago

csoren commented 2 years ago

Support for HighDPI screens have been added by implementing a binding for the SDL function SDL_GetRendererOutputSize and the Allow_HighDPI flag for window creation.