Add a separate application focus/in notification out from Window focus notification.
This commit is contained in:
parent
27605769c4
commit
438c380458
20 changed files with 65 additions and 35 deletions
|
|
@ -1853,7 +1853,7 @@ void NativeReloadNode::_notification(int p_what) {
|
|||
#ifdef TOOLS_ENABLED
|
||||
|
||||
switch (p_what) {
|
||||
case NOTIFICATION_WM_FOCUS_OUT: {
|
||||
case NOTIFICATION_APPLICATION_FOCUS_OUT: {
|
||||
if (unloaded) {
|
||||
break;
|
||||
}
|
||||
|
|
@ -1887,7 +1887,7 @@ void NativeReloadNode::_notification(int p_what) {
|
|||
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_WM_FOCUS_IN: {
|
||||
case NOTIFICATION_APPLICATION_FOCUS_IN: {
|
||||
if (!unloaded) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue