完成设置按键绑定和取消绑定

This commit is contained in:
bob
2025-06-23 10:52:47 +08:00
parent 07ebc1a1a7
commit 2024bfb990
4 changed files with 39 additions and 2 deletions

View File

@@ -83,6 +83,12 @@ namespace NBF.Setting
Value = DefaultValue;
}
public virtual void Cancel()
{
}
public virtual string GetDisplayString()
{
return GetValue().ToString();