Hi
Is there an SFML way to bring a window to the top/front/whatever?
We have a bug where a menu launches the game, but still has focus - so when you click anywhere in the game window, you see a bit of what the menu had last (in this case, a black screen) - this lasts a frame or two, and then the game has focus.
I guess I can use Windows API's SetForegroundWindow(myWindowHandle) - but would prefer not to
Thanks
Ed