Add another UWP comment for clarity
This commit is contained in:
parent
7ca856f9b7
commit
3244ec2a1d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user