Explorar o código

Add another UWP comment for clarity

Reece Mackie %!s(int64=6) %!d(string=hai) anos
pai
achega
3244ec2a1d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core.c

+ 1 - 1
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)