Change ScancodeToKey array type
This commit is contained in:
parent
39749c664f
commit
9fb4f02954
|
|
@ -75,7 +75,7 @@ static PlatformData platform = { 0 }; // Platform specific data
|
||||||
// Local Variables Definition
|
// Local Variables Definition
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
#define SCANCODE_MAPPED_NUM 100
|
#define SCANCODE_MAPPED_NUM 100
|
||||||
static const short ScancodeToKey[SCANCODE_MAPPED_NUM] = {
|
static const KeyboardKey ScancodeToKey[SCANCODE_MAPPED_NUM] = {
|
||||||
KEY_NULL, // SDL_SCANCODE_UNKNOWN
|
KEY_NULL, // SDL_SCANCODE_UNKNOWN
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user