aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReece Mackie <20544390+Rover656@users.noreply.github.com>2019-04-28 16:03:23 +0100
committerReece Mackie <20544390+Rover656@users.noreply.github.com>2019-04-28 16:03:23 +0100
commit3244ec2a1d151dfd84e6145a9e9b4ce744cbc23e (patch)
tree887d2f3fb666bfb6e824752bd4b77a388a0a087f
parent7ca856f9b76e7e9eac49120d145f89c2fc639c38 (diff)
downloadraylib-3244ec2a1d151dfd84e6145a9e9b4ce744cbc23e.tar.gz
raylib-3244ec2a1d151dfd84e6145a9e9b4ce744cbc23e.zip
Add another UWP comment for clarity
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 4bb1e76f..5eed81c9 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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)