This commit is contained in:
CortexCore
2024-04-16 04:15:21 +08:00
parent 337840ebb3
commit 3ffbaae6c8
26 changed files with 505 additions and 25 deletions

View File

@@ -11,6 +11,7 @@ namespace BITKit;
public partial class BITAppForGodot : Node
{
public static readonly ValidHandle AllowCursor = new();
public static readonly ValidHandle AllowCursorExclusive = new();
public static float DeltaTime { get; private set; }
public static BITAppForGodot Singleton { get; private set; }