What is the difference between sf::Event::MouseWheelScrolled and sf::Event::MouseWheelMoved ?
By real time I mean outside the pollevent loop, like for example sf::Keyboard::isKeyPressed I can use it everywhere.
But I think my question is stupid because this seems impossible, sorry..