| 28 | static ScreenshotType _screenshotType = ScreenshotType::regular; |
| 29 | |
| 30 | void triggerScreenshotCountdown(int8_t numTicks, ScreenshotType type) |
| 31 | { |
| 32 | _screenshotCountdown = numTicks; |
| 33 | _screenshotType = type; |
| 34 | } |
| 35 | |
| 36 | static std::string saveScreenshot(); |
| 37 | static std::string saveGiantScreenshot(); |
no outgoing calls
no test coverage detected