diff --git a/src/rcore_desktop_sdl.c b/src/rcore_desktop_sdl.c index 27b286460..b66167c89 100644 --- a/src/rcore_desktop_sdl.c +++ b/src/rcore_desktop_sdl.c @@ -75,7 +75,7 @@ static PlatformData platform = { 0 }; // Platform specific data // Local Variables Definition //---------------------------------------------------------------------------------- #define SCANCODE_MAPPED_NUM 100 -static const short ScancodeToKey[SCANCODE_MAPPED_NUM] = { +static const KeyboardKey ScancodeToKey[SCANCODE_MAPPED_NUM] = { KEY_NULL, // SDL_SCANCODE_UNKNOWN 0, 0,