trying to fix the plsql thing
This commit is contained in:
@@ -26,6 +26,11 @@ public partial class Titlebar : PanelContainer
|
||||
|
||||
}
|
||||
|
||||
public void recurse()
|
||||
{
|
||||
recurse();
|
||||
}
|
||||
|
||||
public override void _GuiInput(InputEvent @event)
|
||||
{
|
||||
if (@event is InputEventMouseButton mb && mb.ButtonIndex == MouseButton.Left && !_isMaximized)
|
||||
|
||||
Reference in New Issue
Block a user