Browse Source

remove duplicate entry from `keyMappingRGFW` (#5242)

pull/5169/merge
JohnnyCena123 1 day ago
committed by GitHub
parent
commit
6f584464b6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/platforms/rcore_desktop_rgfw.c

+ 0
- 1
src/platforms/rcore_desktop_rgfw.c View File

@ -135,7 +135,6 @@ static bool RGFW_disableCursor = false;
static const unsigned short keyMappingRGFW[] = { static const unsigned short keyMappingRGFW[] = {
[RGFW_keyNULL] = KEY_NULL, [RGFW_keyNULL] = KEY_NULL,
[RGFW_return] = KEY_ENTER, [RGFW_return] = KEY_ENTER,
[RGFW_return] = KEY_ENTER,
[RGFW_apostrophe] = KEY_APOSTROPHE, [RGFW_apostrophe] = KEY_APOSTROPHE,
[RGFW_comma] = KEY_COMMA, [RGFW_comma] = KEY_COMMA,
[RGFW_minus] = KEY_MINUS, [RGFW_minus] = KEY_MINUS,

Loading…
Cancel
Save