mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
[macOS, Windows] Add support for excluding windows from a screenshot.
This commit is contained in:
parent
a372214a4a
commit
9fece033ab
12 changed files with 357 additions and 77 deletions
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include "scene/main/viewport.h"
|
||||
#include "scene/resources/theme.h"
|
||||
#include "servers/display_server.h"
|
||||
|
||||
class Font;
|
||||
class Shortcut;
|
||||
|
|
@ -63,6 +64,7 @@ public:
|
|||
FLAG_EXTEND_TO_TITLE = DisplayServer::WINDOW_FLAG_EXTEND_TO_TITLE,
|
||||
FLAG_MOUSE_PASSTHROUGH = DisplayServer::WINDOW_FLAG_MOUSE_PASSTHROUGH,
|
||||
FLAG_SHARP_CORNERS = DisplayServer::WINDOW_FLAG_SHARP_CORNERS,
|
||||
FLAG_EXCLUDE_FROM_CAPTURE = DisplayServer::WINDOW_FLAG_EXCLUDE_FROM_CAPTURE,
|
||||
FLAG_MAX = DisplayServer::WINDOW_FLAG_MAX,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue