Add another UWP comment for clarity
This commit is contained in:
parent
7ca856f9b7
commit
3244ec2a1d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue