Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Added missing keys definitions
pull/455/head
Ray
hace 7 años
padre
227880977e
commit
44c95af463
Se han
modificado 1 ficheros
con
12 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+12
-0
src/raylib.h
+ 12
- 0
src/raylib.h
Ver fichero
@ -103,11 +103,23 @@
#
define KEY_SPACE 32
#
define KEY_ESCAPE 256
#
define KEY_ENTER 257
#
define KEY_TAB 258
#
define KEY_BACKSPACE 259
#
define KEY_INSERT 260
#
define KEY_DELETE 261
#
define KEY_RIGHT 262
#
define KEY_LEFT 263
#
define KEY_DOWN 264
#
define KEY_UP 265
#
define KEY_PAGE_UP 266
#
define PAGE_DOWN 267
#
define KEY_HOME 268
#
define KEY_END 269
#
define KEY_CAPS_LOCK 280
#
define KEY_SCROLL_LOCK 281
#
define KEY_NUM_LOCK 282
#
define KEY_PRINT_SCREEN 283
#
define KEY_PAUSE 284
#
define KEY_F1 290
#
define KEY_F2 291
#
define KEY_F3 292
Escribir
Vista previa
Cargando…
Cancelar
Guardar