You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user