11 #include "IScreenshotSurface.h" 21 static void Register(
const std::function<std::unique_ptr<IScreenshotSurface>()>& createFunc);
23 static void TakeScreenshot();
24 static void TakeScreenshot(
const std::string &filename,
bool sync);
27 static std::vector<std::function<std::unique_ptr<IScreenshotSurface>()>> m_screenShotSurfaces;
Definition: Screenshot.h:18