mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-24 07:43:57 -04:00
REVIEWED: rlsw, use provided library information
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user