10#ifndef SCREENSHOT_CAPTURE_H
11#define SCREENSHOT_CAPTURE_H
49 const std::string& dmdImage, SDL_Window* window);
72 void captureScreenshot(
const std::string& windowName,
const std::string& outputPath);
82 std::string shellEscape(
const std::string& str);
Captures screenshots of specific windows.
Definition screenshot_capture.h:26
bool isWindowVisible(const std::string &title)
Checks if a window is visible.
Definition screenshot_capture.cpp:107
void captureAllScreenshots(const std::string &playfieldImage, const std::string &backglassImage, const std::string &dmdImage, SDL_Window *window)
Captures screenshots for all specified windows.
Definition screenshot_capture.cpp:15