Takes a screenshot of current screen (filename extension defines format).
Usage
take_screenshot(file_name)
Arguments
- file_name
A string.
Note
This function has been auto-generated from the following Raylib function definition:
void TakeScreenshot(const char * fileName);
Examples
if (FALSE) {
take_screenshot("file.png")
}