Posted May 06, 2025 by jonjon_binx
#bugfix
just pushed a fix for an issue with fullscreen and borderless mode. Sometimes the Windows would not run the program in borderless or fullscreen mode despite having configured it in the editor. Ive switched the code logic to use the ShowWindow Windows API method to set the screen to full screen if selected in the editor. This seems to have fixed the borderless and full screen issues