From dd6099617a05b9cf076be9475b275580ef0db074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pa=CC=84vels=20Nadtoc=CC=8Cajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Thu, 21 Aug 2025 00:14:58 +0300 Subject: [PATCH] Clarify that EXCLUDE_FROM_CAPTURE only works with native windows. --- doc/classes/Window.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index e7af63b8d71..85b502544ec 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -904,6 +904,7 @@ Windows is excluded from screenshots taken by [method DisplayServer.screen_get_image], [method DisplayServer.screen_get_image_rect], and [method DisplayServer.screen_get_pixel]. + [b]Note:[/b] This flag has no effect in embedded windows. [b]Note:[/b] This flag is implemented on macOS and Windows (10, 20H1). [b]Note:[/b] Setting this flag will prevent standard screenshot methods from capturing a window image, but does [b]NOT[/b] guarantee that other apps won't be able to capture an image. It should not be used as a DRM or security measure.