Fixed funny typo mistake... (#1657)

This commit is contained in:
Rabia Alhaffar 2021-03-20 02:18:44 +02:00 committed by GitHub
parent 75882f3254
commit 96e5e0dfb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;