mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
RGFW backend: add missing Right Control key
This commit is contained in:
@@ -175,6 +175,7 @@ static const unsigned short keyMappingRGFW[] = {
|
||||
[RGFW_superL] = KEY_LEFT_SUPER,
|
||||
#ifndef RGFW_MACOS
|
||||
[RGFW_shiftR] = KEY_RIGHT_SHIFT,
|
||||
[RGFW_controlR] = KEY_RIGHT_CONTROL,
|
||||
[RGFW_altR] = KEY_RIGHT_ALT,
|
||||
#endif
|
||||
[RGFW_space] = KEY_SPACE,
|
||||
|
Reference in New Issue
Block a user