Add another UWP comment for clarity

This commit is contained in:
Reece Mackie 2019-04-28 16:03:23 +01:00
parent 7ca856f9b7
commit 3244ec2a1d

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)