Skip to content

raylib.GetClipboardImage

JoeStrout edited this page Apr 29, 2026 · 2 revisions

Get clipboard image

Parameters

None.

Return value

Condition Return Value
(always) map

Notes

Example

img = raylib.GetClipboardImage
if img != null then
    print "Clipboard image size: " + img.width + "x" + img.height
end if

Clone this wiki locally