This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Added missing keys definitions
pull/455/head
Ray
7 years ago
parent
227880977e
commit
44c95af463
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
src/raylib.h
+ 12
- 0
src/raylib.h
View File
@ -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
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save