Input config - Fixed crash when trying to set a new key
This commit is contained in:
parent
9b661fcbb5
commit
ebf35e52ed
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ string WindowsKeyManager::GetKeyName(uint32_t key)
|
||||||
return keyDef.description;
|
return keyDef.description;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nullptr;
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t WindowsKeyManager::GetKeyCode(string keyName)
|
uint32_t WindowsKeyManager::GetKeyCode(string keyName)
|
||||||
|
|
Loading…
Add table
Reference in a new issue