I've always used SFML 1.6, but I recently started with SFML2. After compiling and building it, I'm trying to port my project to SFML2 but I have problems with events.
I would like to know wich is the equivalent of sf::Input class on SFML2, I want to check if a certain key is pressed at any time in the game.
Thanks.