Rabia Alhaffar
há 4 anos
committed by
GitHub
ascendente
cometimento
96e5e0dfb2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminaçõ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; |
|
|
|