Some progress

This commit is contained in:
SimoZ64
2025-05-22 00:30:33 +02:00
parent 8fa341bf72
commit 722a0e98c0
14 changed files with 317 additions and 178 deletions

View File

@@ -38,6 +38,8 @@ bool InputSettings::render() {
i++;
}
return true;
}
std::array<SDL_Keycode, 18> InputSettings::GetMappedKeys() {