From 5bdca00c5ec6bb10290861485b4b96adb2addbd4 Mon Sep 17 00:00:00 2001 From: under Date: Wed, 20 Mar 2024 13:30:08 -0700 Subject: [PATCH] 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. --- RetroWindowsGUI/Window.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/RetroWindowsGUI/Window.tscn b/RetroWindowsGUI/Window.tscn index d79e5ba..8801529 100644 --- a/RetroWindowsGUI/Window.tscn +++ b/RetroWindowsGUI/Window.tscn @@ -423,6 +423,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +mouse_filter = 2 metadata/_edit_lock_ = true [node name="DesktopWindow" parent="Windows" node_paths=PackedStringArray("desktop", "maximized_windows", "taskbar") instance=ExtResource("11_m0w0q")]