FIX Windows enter/exit mouse notifications
Fix to this issue #17202
(cherry picked from commit 979dccbd8d
)
This commit is contained in:
parent
99cf2ffb19
commit
aaed3ef5ed
|
@ -615,6 +615,8 @@ void SceneTree::_notification(int p_notification) {
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
case NOTIFICATION_OS_MEMORY_WARNING:
|
case NOTIFICATION_OS_MEMORY_WARNING:
|
||||||
|
case NOTIFICATION_WM_MOUSE_ENTER:
|
||||||
|
case NOTIFICATION_WM_MOUSE_EXIT:
|
||||||
case NOTIFICATION_WM_FOCUS_IN:
|
case NOTIFICATION_WM_FOCUS_IN:
|
||||||
case NOTIFICATION_WM_FOCUS_OUT: {
|
case NOTIFICATION_WM_FOCUS_OUT: {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue