Sfoglia il codice sorgente

Merge pull request #524 from TheLumaio/master

Add more key definitions
pull/531/head
Ray 7 anni fa
committed by GitHub
parent
commit
739df34f5e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/raylib.h

+ 3
- 0
src/raylib.h Vedi File

@ -136,6 +136,9 @@
#define KEY_RIGHT_SHIFT 344
#define KEY_RIGHT_CONTROL 345
#define KEY_RIGHT_ALT 346
#define KEY_GRAVE 96
#define KEY_SLASH 47
#define KEY_BACKSLASH 92
// Keyboard Alpha Numeric Keys
#define KEY_ZERO 48

Caricamento…
Annulla
Salva