Clarify clipboard_get_image()
This commit is contained in:
parent
97b8ad1af0
commit
8904764a6c
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
<return type="Image" />
|
<return type="Image" />
|
||||||
<description>
|
<description>
|
||||||
Returns the user's clipboard as an image if possible.
|
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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="clipboard_get_primary" qualifiers="const">
|
<method name="clipboard_get_primary" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue