I've been using SFML 2 and I want to check if multiple keys are down at the same time. I know that with SFML 1.6 you can use sf::Input and sf::Window::GetInput but they aren't in SFML 2. Is this just a feature that is yet to be implemented or is there another way to do this?