Implement InputProxy.

This commit is contained in:
2022-11-07 12:21:50 +08:00
parent 0d7018c964
commit f311eb5e8d
6 changed files with 109 additions and 36 deletions

View File

@@ -14,6 +14,8 @@ namespace Cryville.Crtr {
scores.Add(name, s.Value.init);
}
}
public void Feed(string target) {
}
public void Feed(InputEvent ev) {
}