Implement new window dragging system

This commit is contained in:
2025-01-21 20:14:44 +02:00
parent 8120ae621d
commit d115d22ee6
26 changed files with 6081 additions and 1226 deletions

View File

@@ -126,6 +126,7 @@ namespace Flax.Build.Platforms
args.Add("-lXcursor");
args.Add("-lXinerama");
args.Add("-lXfixes");
args.Add("-lwayland-client");
}
/// <inheritdoc />