MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / TakeScreenshot

Function TakeScreenshot

include/Functions.hpp:59–61  ·  view source on GitHub ↗

* Takes a screenshot of current screen (saved a .png) */

Source from the content-addressed store, hash-verified

57 * Takes a screenshot of current screen (saved a .png)
58 */
59RLCPP_MAYBEUNUSED RLCPPAPI inline void TakeScreenshot(const std::string& fileName) {
60 ::TakeScreenshot(fileName.c_str());
61}
62
63/**
64 * Get gamepad internal name id

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected