|
@@ -2592,10 +2592,10 @@
|
|
|
The display server supports initiating window drag and resize operations on demand. See [method window_start_drag] and [method window_start_resize].
|
|
|
</constant>
|
|
|
<constant name="FEATURE_SCREEN_EXCLUDE_FROM_CAPTURE" value="28" enum="Feature">
|
|
|
- Display server supports [constant WINDOW_FLAG_EXCLUDE_FROM_CAPTURE] window flag.
|
|
|
+ Display server supports [constant WINDOW_FLAG_EXCLUDE_FROM_CAPTURE] window flag. [b]Windows, macOS[/b]
|
|
|
</constant>
|
|
|
<constant name="FEATURE_WINDOW_EMBEDDING" value="29" enum="Feature">
|
|
|
- Display server supports embedding a window from another process. [b]Windows, Linux (X11)[/b]
|
|
|
+ Display server supports embedding a window from another process. [b]Windows, Linux (X11), macOS[/b]
|
|
|
</constant>
|
|
|
<constant name="FEATURE_NATIVE_DIALOG_FILE_MIME" value="30" enum="Feature">
|
|
|
Native file selection dialog supports MIME types as filters.
|
|
@@ -3123,7 +3123,7 @@
|
|
|
</constant>
|
|
|
<constant name="WINDOW_FLAG_EXCLUDE_FROM_CAPTURE" value="9" enum="WindowFlags">
|
|
|
Window is excluded from screenshots taken by [method screen_get_image], [method screen_get_image_rect], and [method screen_get_pixel].
|
|
|
- [b]Note:[/b] This flag is implemented on macOS and 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.
|
|
|
</constant>
|
|
|
<constant name="WINDOW_FLAG_POPUP_WM_HINT" value="10" enum="WindowFlags">
|