Răsfoiți Sursa

Merge branch 'master' of https://github.com/raysan5/raylib

Ray 4 ani în urmă
părinte
comite
4fb6f4af75
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/core.c

+ 1 - 1
src/core.c

@@ -2980,7 +2980,7 @@ bool IsGamepadButtonReleased(int gamepad, int button)
     return released;
 }
 
-// Detect if a mouse button is NOT being pressed
+// Detect if a gamepad button is NOT being pressed
 bool IsGamepadButtonUp(int gamepad, int button)
 {
     bool result = false;