Merge pull request #94325 from KoBeWi/y'all_got_any_more_of_them_pixels

Clarify `clipboard_get_image()`
This commit is contained in:
Rémi Verschelde 2024-07-17 15:44:54 +02:00
commit 28b7efb438
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -20,6 +20,7 @@
<return type="Image" />
<description>
Returns the user's clipboard as an image if possible.
[b]Note:[/b] This method uses the copied pixel data, e.g. from a image editing software or a web browser, not an image file copied from file explorer.
</description>
</method>
<method name="clipboard_get_primary" qualifiers="const">