mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
remove duplicate entry from keyMappingRGFW (#5242)
This commit is contained in:
parent
9bf7699624
commit
6f584464b6
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user