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
Update RGFW to 1.7.5-dev
pull/4976/head
M374LX
1 month ago
parent
c1bb53738e
commit
6eeaf1dd5b
2 changed files
with
563 additions
and
342 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+562
-342
src/external/RGFW.h
+1
-0
src/platforms/rcore_desktop_rgfw.c
+ 562
- 342
src/external/RGFW.h
File diff suppressed because it is too large
View File
+ 1
- 0
src/platforms/rcore_desktop_rgfw.c
View File
@ -177,6 +177,7 @@ static const unsigned short keyMappingRGFW[] = {
[
RGFW_shiftR
]
=
KEY_RIGHT_SHIFT
,
[
RGFW_controlR
]
=
KEY_RIGHT_CONTROL
,
[
RGFW_altR
]
=
KEY_RIGHT_ALT
,
[
RGFW_superR
]
=
KEY_RIGHT_SUPER
,
#
endif
[
RGFW_space
]
=
KEY_SPACE
,
Write
Preview
Loading…
Cancel
Save