diff --git a/RetroWindowsGUI/DesktopWindow.gd b/RetroWindowsGUI/DesktopWindow.gd index 549488f..5cf792f 100755 --- a/RetroWindowsGUI/DesktopWindow.gd +++ b/RetroWindowsGUI/DesktopWindow.gd @@ -12,6 +12,7 @@ func _input(event: InputEvent): if event.pressed: if get_global_rect().has_point(get_global_mouse_position()): desktop.current_window = self + get_parent().move_child(self, get_parent().get_child_count()) elif event is InputEventKey: if event.keycode == KEY_F11: if event.pressed: