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

Method string GetClipboardText

include/Functions.hpp:52–54  ·  view source on GitHub ↗

* Get clipboard text content */

Source from the content-addressed store, hash-verified

50 * Get clipboard text content
51 */
52RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetClipboardText() {
53 return ::GetClipboardText();
54}
55
56/**
57 * Takes a screenshot of current screen (saved a .png)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected