1
System / Re: sf::Event::keyReleased dosent respond
« on: May 25, 2020, 06:14:17 pm »
Regardless of this the main point was: is this the only place you are looping window events ? If not you are loosing them somewhere else.
i have another event loop at the main menu.
i have implemented what's you said at the last comment and now the code is working just fine -
i had put my pause function in the main's event loop;