Pārlūkot izejas kodu

Add another UWP comment for clarity

Reece Mackie 6 gadi atpakaļ
vecāks
revīzija
3244ec2a1d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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)