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

Author Topic: SFML 2.0 RenderWindow  (Read 1283 times)

0 Members and 1 Guest are viewing this topic.

VUT

  • Newbie
  • *
  • Posts: 4
    • View Profile
SFML 2.0 RenderWindow
« on: April 15, 2011, 10:17:06 am »
Hello , thanks for your cool lib

Im able to compile my program with SFML 1.6.
with SFML 2.0 I cant compile it anymore becouse renderwindow doesn't
find GetEvent member

Code: [Select]

error: ‘class sf::RenderWindow’ has no member named ‘GetEvent’


can you help me ? thanks :roll:

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML 2.0 RenderWindow
« Reply #1 on: April 15, 2011, 10:24:01 am »
It's named PollEvent now.

Sorry for the outdated doc, I'll update it soon.
Laurent Gomila - SFML developer

 

anything