Browse Source

Merge pull request #17206 from Ranoller/patch-4

Backport FIX mouse notifications missings ->godot2
Rémi Verschelde 7 years ago
parent
commit
15aa6e2ce7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scene/main/scene_main_loop.cpp

+ 2 - 0
scene/main/scene_main_loop.cpp

@@ -566,6 +566,8 @@ void SceneTree::_notification(int p_notification) {
 			}
 		} break;
 		case NOTIFICATION_OS_MEMORY_WARNING:
+		case NOTIFICATION_WM_MOUSE_ENTER:
+		case NOTIFICATION_WM_MOUSE_EXIT:
 		case NOTIFICATION_WM_FOCUS_IN:
 		case NOTIFICATION_WM_FOCUS_OUT: {