Check if window is already fullscreen or borderless
There's currently a bug where if the window is already fullscreen or borderless when the user hit's start, the application with add a border to the window. This behavior should be avoided.
@idietmoran If possible I would like to take a look at this issue!
Sure, check win.c in dispLib/
@idietmoran Just wanted to clarify regarding this issue. When I have a window in fullscreen mode with DisplayLock activated, and I press the "Start" button (Windows Key), I get the Start Menu popping up, and I am able to move the cursor out of the window. Are you trying to disable the ability to move out of the window once the "Start" button is pressed?
No, if the window is already fullscreen or already borderless, I want to make sure we don't change the window's styles.