mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
remove duplicate entry from keyMappingRGFW (#5242)
This commit is contained in:
@ -135,7 +135,6 @@ static bool RGFW_disableCursor = false;
|
||||
static const unsigned short keyMappingRGFW[] = {
|
||||
[RGFW_keyNULL] = KEY_NULL,
|
||||
[RGFW_return] = KEY_ENTER,
|
||||
[RGFW_return] = KEY_ENTER,
|
||||
[RGFW_apostrophe] = KEY_APOSTROPHE,
|
||||
[RGFW_comma] = KEY_COMMA,
|
||||
[RGFW_minus] = KEY_MINUS,
|
||||
|
||||
Reference in New Issue
Block a user