REVIEWED: rlsw, use provided library information

This commit is contained in:
Ray
2026-03-18 13:31:09 +01:00
parent f23319db3c
commit 85df4e7de5
3 changed files with 9 additions and 8 deletions

View File

@ -2166,7 +2166,7 @@ static KeyboardKey ConvertScancodeToKey(SDL_Scancode sdlScancode)
return mapScancodeToKey[sdlScancode];
}
return KEY_NULL; // No equivalent key in Raylib
return KEY_NULL; // No equivalent key in raylib
}
// Get next codepoint in a byte sequence and bytes processed