Merge pull request #4976 from M374LX/rgfw-update-dev

Update RGFW to 1.7.5-dev
This commit is contained in:
Ray 2025-05-31 21:47:54 +02:00 committed by GitHub
commit 924c87db33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,