Merge pull request #17205 from Ranoller/patch-3
FIX Windows enter/exit mouse notifications
This commit is contained in:
commit
2efd7add4a
|
@ -615,6 +615,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: {
|
||||
|
||||
|
|
Loading…
Reference in New Issue