Ver código fonte
Merge pull request #524 from TheLumaio/master
Add more key definitions
pull/531/head
Ray
7 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
3 adições e
0 exclusões
-
src/raylib.h
|
|
@ -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 |
|
|
|