SFML community forums
Help => Window => Topic started by: F2CPP on June 09, 2014, 03:27:39 pm
-
Is it possible in SFML to print the current window to a file format that can be converted to a picture e.g. png?
E.g.
...
window.clear();
window.draw(...);
window.print(...); // place holder for any implementation
window.display()
...
Thanks
-
The documentation is a wondrous thing. (http://sfml-dev.org/documentation/2.1/classsf_1_1RenderWindow.php#a9bd8655d0bac83145bfc329ea7a6d538)