I need a feature where you can check if your sf::Window is the currently selected window, I need this because my program uses SetCursorPosition and ShowMouseCursor to lock the mouse to the middle of the screen, however, if you deselect the window, SetCursorPosition is still jamming the mouse to the position I set
(Windows XP is my OS), so I would prefer if you would either make SetCursorPosition only works if the window is selected, or I would need some way to check if the window is selected so I can make the functionality. if you do consider making either feature, please Email me *****, as my project will be waiting on this, until then, I'm going to fudge it and make ESC unlock the mouse until the window is clicked again, but there are several flaws with doing so
, will be waiting for the email, and good luck!