Is it possible to hide the ‘maximize’ and ‘minimize window’ buttons in the title bar, leaving only the close button, when targeting CPP/Native?
I saw on the forum that it is possible to disable the “maximize” button (at least on Windows), if I set resizable to false in the project’s XML file, and that you can set borderless to completely hide the window borders.
But I’d like to know if it is possible to hide those buttons, while keeping the browser’s native frame.
I’m sure this would be possible, I bet SDL2 does not expose this functionality, but we do do some Windows-specific code in SDLWindow.cpp to handle the icon: