Hi!
I am working with SFML2 .Net in C# (Visual Studio 2013).
I set the window Styles to "None" and created a custom titlebar with RectangleShapes, Sprites etc.
I added Sprites in the top-right corner acting as buttons, which need to be able to minimize, maximize and close the RenderWindow.
The problem is, that there are no methods for minimizing or maximizing the window.
I read SFML is not a good windowing API, but these features are essential for my application (no game).
Is there any workaround in the WinAPI or anything I can do?
I hope somebody can push me in the right direction!
Thank you for reading.