Rabia Alhaffar
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|