Fix input source description.

This commit is contained in:
2022-10-08 16:01:58 +08:00
parent e7e4b36b4c
commit 83fdf3bbeb
4 changed files with 9 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ namespace Cryville.Common.Unity.Input {
public override string GetTypeName(int type) {
switch (type) {
case 0: return "Unity Mouse";
case 0: return "Mouse Position";
default: throw new ArgumentOutOfRangeException(nameof(type));
}
}