aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h
diff options
context:
space:
mode:
authorPedro J. Estébanez2016-09-14 04:02:18 +0200
committerPedro J. Estébanez2016-09-14 04:02:18 +0200
commit66dac878ac9fc278044281b7f67fbed668e4523d (patch)
tree2f1b099566a50eb624215a14ff837ed2f828fc59 /tools/editor/editor_node.h
parent6f7b2d277fc068264b72b0a39d464da03807c628 (diff)
downloadgodot-66dac878ac9fc278044281b7f67fbed668e4523d.tar.gz
godot-66dac878ac9fc278044281b7f67fbed668e4523d.tar.zst
godot-66dac878ac9fc278044281b7f67fbed668e4523d.zip
Improve debug focus behavior
Fix focusing debugged game on Windows Add re-focusing editor on continue
Diffstat (limited to 'tools/editor/editor_node.h')
-rw-r--r--tools/editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_node.h b/tools/editor/editor_node.h
index e6119cf57..e69063d56 100644
--- a/tools/editor/editor_node.h
+++ b/tools/editor/editor_node.h
@@ -690,6 +690,7 @@ public:
void notify_child_process_exited();
+ OS::ProcessID get_child_process_id() const { return editor_run.get_pid(); }
void stop_child_process();
Ref<Theme> get_editor_theme() const { return theme; }