bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

Figure out how to make Nu DPI-unaware on Windows. #825

Open bryanedds opened 2 weeks ago

bryanedds commented 2 weeks ago

There's some code that attempts to do this here -

https://github.com/bryanedds/Nu/blob/7211028f19063c133625dca710b5810d5806e35e/Nu/Nu/Sdl/Sdl.fs#L111

...but it doesn't seem to do anything on Windows (and I haven't tested it anywhere else).

This would be nice if it were at least an option.