mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-16 00:08:15 +00:00
Add another UWP comment for clarity
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user