1
Window / 'Print' window to file?
« 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
E.g.
...
window.clear();
window.draw(...);
window.print(...); // place holder for any implementation
window.display()
...
Thanks