diff --git a/src/core.c b/src/core.c index 4bb1e76fc..5eed81c9b 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)