How does one take a screenshot of the current window using the Python Arcade library?
I have built a simulator using the Python Arcade library and would like to take a screenshot of the window programmatically when interesting events occur. Is this possible?