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

Method GetClipboardText

include/Window.hpp:394–394  ·  view source on GitHub ↗

* Get clipboard text content */

Source from the content-addressed store, hash-verified

392 * Get clipboard text content
393 */
394 static std::string GetClipboardText() { return ::GetClipboardText(); }
395
396 /**
397 * Set target FPS (maximum)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected