SFML community forums

Help => General => Topic started by: VUT on April 15, 2011, 10:17:06 am

Title: SFML 2.0 RenderWindow
Post by: VUT 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:
Title: SFML 2.0 RenderWindow
Post by: Laurent on April 15, 2011, 10:24:01 am
It's named PollEvent now.

Sorry for the outdated doc, I'll update it soon.