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 KEY_NULL
#520
pull/1659/head
Ray
3 years ago
parent
4fb6f4af75
commit
5049137715
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/raylib.h
+ 1
- 0
src/raylib.h
View File
@ -500,6 +500,7 @@ typedef enum {
/
/
NOTE
:
Use
GetKeyPressed
(
)
to
allow
redefining
/
/
required
keys
for
alternative
layouts
typedef
enum
{
KEY_NULL
=
0
,
/
/
Alphanumeric
keys
KEY_APOSTROPHE
=
39
,
KEY_COMMA
=
44
,
Write
Preview
Loading…
Cancel
Save