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

Method GetClipboard

include/Image.hpp:174–174  ·  view source on GitHub ↗

* Get clipboard image content. */

Source from the content-addressed store, hash-verified

172 * Get clipboard image content.
173 */
174 static ::Image GetClipboard() { return ::GetClipboardImage(); }
175
176 ~Image() { Unload(); }
177

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected