1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

[macOS] Forward application focus events to the embedded process.

This commit is contained in:
Pāvels Nadtočajevs
2025-08-18 09:00:25 +03:00
parent 0c51ede243
commit 7858030975
4 changed files with 42 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ class LayerHost final : public Control {
ScriptEditorDebugger *script_debugger = nullptr;
EmbeddedProcessMacOS *process = nullptr;
bool window_focused = true;
struct CustomCursor {
Ref<Image> image;