From 8904764a6c910022c6508fc823706b877981bf4e Mon Sep 17 00:00:00 2001 From: kobewi Date: Sat, 13 Jul 2024 21:34:39 +0200 Subject: [PATCH] Clarify clipboard_get_image() --- doc/classes/DisplayServer.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index ff1c390b3c0..62556ed38ff 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -20,6 +20,7 @@ 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.