Generally your game will render around 60 frames per second (or more) and that's by far not what the CPU can deliver, so there's enough time to handle input between frames.
Have you read the official tutorials on event handling (and opening and managing SFML window)?