Hi,
I'm not really new with sfml, but was using CSFML, well now I'm learning C++ and doin pretty well,
So I'm creating a tiny game, where I need to handle mouse position, my main problem is that, even if I'm focused
in a Terminal of other software, the window still responds in background, so I can click on the sfml window, while being in my C++ code for example.
Hum, is there any way to avoid this ? Because I'm using isKeyPressed and isMousePressed so maybe witch the events ?
Best regards,
Léandre