Update Cryville.Input. Fix cleanup logic for input proxy.

This commit is contained in:
2023-05-07 21:30:00 +08:00
parent dad399facf
commit b4984c0b3a
10 changed files with 119 additions and 27 deletions

View File

@@ -86,6 +86,7 @@ namespace Cryville.Input.Unity {
_handler.Feed(0, t.fingerId, new InputFrame(time));
}
}
_handler.Batch(time);
}
}
}