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
Add another UWP comment for clarity
pull/821/head
Reece Mackie
6 years ago
parent
7ca856f9b7
commit
3244ec2a1d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/core.c
+ 1
- 1
src/core.c
View File
@ -3110,7 +3110,7 @@ static GamepadButton GetGamepadButton(int button)
#
endif
#
if defined(PLATFORM_UWP)
b
=
button
;
b
=
button
;
/
/
UWP
will
provide
the
correct
button
#
endif
#
if defined(PLATFORM_WEB)
Write
Preview
Loading…
Cancel
Save