Change ScancodeToKey array type

This commit is contained in:
Le Juez Victor 2023-10-17 13:27:31 +02:00 committed by GitHub
parent 39749c664f
commit 9fb4f02954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,