Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Window.GetEvent() problems  (Read 1357 times)

0 Members and 1 Guest are viewing this topic.

KarmaKilledtheCat

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • Email
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?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
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.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development: