Hey Guys there, I am pretty new here at SFML :) Here“s my question:
Can I copy a RenderWindow ?
Like .....
sf::RenderWindow app1(sf::VideoMode(100,100),"app1",sf::Style::Default);
sf::RenderWindow app2 = app1;
I could need it in some ways, but I am actually search for other solutions for the problem.
That was it.
Thanks for answers :)
Have a nice day, Hannes ^^