Sfoglia il codice sorgente

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

Update RGFW to 1.7.5-dev
pull/4981/head
Ray 6 mesi fa
committed by GitHub
parent
commit
924c87db33
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
2 ha cambiato i file con 563 aggiunte e 342 eliminazioni
  1. +562
    -342
      src/external/RGFW.h
  2. +1
    -0
      src/platforms/rcore_desktop_rgfw.c

+ 562
- 342
src/external/RGFW.h
File diff soppresso perché troppo grande
Vedi File


+ 1
- 0
src/platforms/rcore_desktop_rgfw.c Vedi 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,

Caricamento…
Annulla
Salva