mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
Fix Floating Game Window Title
This commit is contained in:
parent
7b1ed520bd
commit
05fcfede1e
6 changed files with 69 additions and 0 deletions
|
|
@ -145,6 +145,10 @@ bool EmbeddedProcess::is_embedding_completed() {
|
|||
return embedding_completed;
|
||||
}
|
||||
|
||||
int EmbeddedProcess::get_embedded_pid() const {
|
||||
return current_process_id;
|
||||
}
|
||||
|
||||
void EmbeddedProcess::embed_process(OS::ProcessID p_pid) {
|
||||
if (!window) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue