Update RGFW to 1.7.5-dev

This commit is contained in:
M374LX 2025-05-31 16:43:25 -03:00
parent c1bb53738e
commit 6eeaf1dd5b
2 changed files with 562 additions and 341 deletions

902
src/external/RGFW.h vendored

File diff suppressed because it is too large Load diff

View file

@ -177,6 +177,7 @@ static const unsigned short keyMappingRGFW[] = {
[RGFW_shiftR] = KEY_RIGHT_SHIFT,
[RGFW_controlR] = KEY_RIGHT_CONTROL,
[RGFW_altR] = KEY_RIGHT_ALT,
[RGFW_superR] = KEY_RIGHT_SUPER,
#endif
[RGFW_space] = KEY_SPACE,