Skip to content

Commit

Permalink
Merge pull request #94325 from KoBeWi/y'all_got_any_more_of_them_pixels
Browse files Browse the repository at this point in the history
Clarify `clipboard_get_image()`
  • Loading branch information
akien-mga committed Jul 17, 2024
2 parents ea018a8 + 8904764 commit 28b7efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/DisplayServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 28b7efb

Please sign in to comment.