1
General / [Sovled] Intergrating SFML into gtkmm
« on: February 21, 2011, 08:16:34 pm »
I know that this is a dead post, but instead of creating a new sf::RenderWindow on each resize, all he needs is a
Just for future users like me who look at old posts on the forum.
Code: [Select]
sf::Event event;
while (App.GetEvent(event)) ;
loop and sfml will handle the size changes like it should(ie scaling everything correctly.Just for future users like me who look at old posts on the forum.