Explorar el Código

Add another UWP comment for clarity

Reece Mackie hace 6 años
padre
commit
3244ec2a1d
Se han modificado 1 ficheros con 1 adiciones y 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)