1
0
Fork 0
ExampleProject/RetroWindowsGUI
under 845a09a62b Prevent multiple windows from being dragged at the same time
Before this, if the headers of two windows overlapped and you clicked
and dragged in that overlap, both windows would move at the same time.
After this, only the front window gets dragged. The way that this works
is that we use _gui_input instead of _input. This works because
_gui_input is only sent to the top-level control.
2024-03-20 11:27:27 -07:00
..
Images ok 2024-03-19 17:52:57 +10:00
.DS_Store ok 2024-03-19 17:52:57 +10:00
Desktop.gd ok 2024-03-19 17:52:57 +10:00
DesktopWindow.gd ok 2024-03-19 17:52:57 +10:00
DesktopWindow.tscn Prevent multiple windows from being dragged at the same time 2024-03-20 11:27:27 -07:00
InventoryTheme.tres ok 2024-03-19 17:52:57 +10:00
ResizeHandle.gd ok 2024-03-19 17:52:57 +10:00
RetroWindow.gd ok 2024-03-19 17:52:57 +10:00
RetroWindowsTheme.tres ok 2024-03-19 17:52:57 +10:00
Window.tscn Move window into PackedScene 2024-03-20 11:26:17 -07:00
me.ogg ok 2024-03-19 17:52:57 +10:00
me.ogg.import ok 2024-03-19 17:52:57 +10:00