1
0
Fork 0

Fix game window not receiving inputs

When I added the "Windows" node to contain all the windows, it started
blocking the inputs to the game window because it covers the entire
window and its mouse_filter was set to block.
This commit is contained in:
under 2024-03-20 13:30:08 -07:00
parent b83bd2074a
commit 5bdca00c5e
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
grow_horizontal = 2 grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
mouse_filter = 2
metadata/_edit_lock_ = true metadata/_edit_lock_ = true
[node name="DesktopWindow" parent="Windows" node_paths=PackedStringArray("desktop", "maximized_windows", "taskbar") instance=ExtResource("11_m0w0q")] [node name="DesktopWindow" parent="Windows" node_paths=PackedStringArray("desktop", "maximized_windows", "taskbar") instance=ExtResource("11_m0w0q")]