
Do you have any ideas ? Thanks for your answers. I tried to call command lines fro my build but I can't code in c++ and what I tried didn't work.

If possible, I do not want to have to change the resolution of the cameras (450*600), because 1) I already have a setup for that resolution and I don't want to waste time resetting everything, and 2) I want to remove the bar for more immersion. I can still move the game window up to make everything appear correctly, but as soon as I drop the window it snaps right back to its original height, with the title bar fully visible. It's great in itself, but you can see the bottom of the screen is cut but the windows task bar. The thing is, my game in vertical mode looks like this : The reason is my game's window displays two cameras on top of each other, with a button to swap the layout.


Code details with dependency : desktopwindow: 0.4.0. Screenshot added with Title Bar marked in red. Hello everyone, my problem is very simple : I have a game with unusual proportions (600*1000) that can be swapped between horizontal and vertical layout. I have tried all available solutions but still I am not able to remove/hide windows title bar (which contains min, max & close buttons).
