SFML community forums

Help => Window => Topic started by: KarmaKilledtheCat on July 02, 2013, 08:35:56 pm

Title: Window.GetEvent() problems
Post by: KarmaKilledtheCat on July 02, 2013, 08:35:56 pm
For some reason my program stops at the Window.GetEvent(Event) function unless a key is being pressed or the mouse is being moved. Has anybody else had this problem and do you know how to fix it?
Title: Re: Window.GetEvent() problems
Post by: Nexus on July 02, 2013, 08:49:15 pm
GetEvent() is from SFML 1.6, which is years old and no longer maintained. You might want to use SFML 2.0 instead.

If the problem persists, please post a minimal and complete example as described here (http://en.sfml-dev.org/forums/index.php?topic=5559.msg36368#msg36368).