Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Window
»
Window.GetEvent() problems
Print
Pages: [
1
]
Author
Topic: Window.GetEvent() problems (Read 1897 times)
0 Members and 1 Guest are viewing this topic.
KarmaKilledtheCat
Newbie
Posts: 23
Window.GetEvent() problems
«
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?
Logged
Nexus
SFML Team
Hero Member
Posts: 6287
Thor Developer
Re: Window.GetEvent() problems
«
Reply #1 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
.
Logged
Zloxx II
: action platformer
Thor Library
: particle systems, animations, dot products, ...
SFML Game Development
:
Print
Pages: [
1
]
SFML community forums
»
Help
»
Window
»
Window.GetEvent() problems
anything