//Close window function sf::Event event; while (window.pollEvent(event)){
if (event.type == sf::Event::Closed) window.close(); } //Close window function
window.
// window.display();
} //While the window is open
return 0; }
And yea thats my problem I don't really get why its popping up since I included everything there is to include and window does have some functions like "Window.display()"
Please help
Title: Re: window is not a member of sf::Window
Post by: victorlevasseur on January 26, 2015, 07:28:40 am
Hi,
It's sf::RenderWindow, not sf::Window.
Title: Re: window is not a member of sf::Window
Post by: Laurent on January 26, 2015, 07:48:06 am
Double-clicking the error messahe should get you there: