Rabia Alhaffar
4 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
1 exclusões
-
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; |
|
|
|