mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 21:33:18 +08:00
8cdab04d7f
Currently the window receives a focus-out notification, directly after it popup, because currently the signal is sent deferred. The original intention was that the previously focused window must receive a focus-out notification. This change makes the notification more precise by only sending the focus-out to the previously focused window. |
||
---|---|---|
.. | ||
canvas_item.cpp | ||
canvas_item.h | ||
canvas_layer.cpp | ||
canvas_layer.h | ||
http_request.cpp | ||
http_request.h | ||
instance_placeholder.cpp | ||
instance_placeholder.h | ||
missing_node.cpp | ||
missing_node.h | ||
multiplayer_api.cpp | ||
multiplayer_api.h | ||
multiplayer_peer.cpp | ||
multiplayer_peer.h | ||
node.cpp | ||
node.h | ||
resource_preloader.cpp | ||
resource_preloader.h | ||
scene_tree.cpp | ||
scene_tree.h | ||
SCsub | ||
shader_globals_override.cpp | ||
shader_globals_override.h | ||
timer.cpp | ||
timer.h | ||
viewport.cpp | ||
viewport.h | ||
window.cpp | ||
window.h |