1. Alt+Tab does not act as expected.
What do you expect? What does it do?
I expect the application to minimize and the desktop to return with its original dimension, until I activate the application again. I should have mentioned that I am talking about a fullscreen application.
What happens is that the desktop is shown with the dimension of the SFML application, with the SFML application shown as a window.
2. I am not able to activate vsync by using ".UseVerticalSync(true);", but it is functioning when I force the graphics driver to do it. Strange as it is: When I use ".UseVerticalSync(false);", it is actually turned off, even when the graphics driver ist forced to use it.
When you're not forcing it in your driver, do you select instead "let the aplpication choose" or "force disable"? (just to be sure)
You are right, I could have been more clear. I am using a german graphic driver and did not come up with a translation instantly. By not forcing I mean the "let the application choose" option.
Thanks for your interest!