fixed: bug where fullscreen mode wasn't working well if the operating system (windows) had set a scaling factor (DPI) other than 100%. Although the game is DPI-aware, a few functions were called in wrong order returning instead a scaled resolution and not the real / native one (thanks @elenda*******, @covr)