Fixed funny typo mistake... (#1657)
This commit is contained in:
parent
75882f3254
commit
96e5e0dfb2
|
|
@ -2980,7 +2980,7 @@ bool IsGamepadButtonReleased(int gamepad, int button)
|
||||||
return released;
|
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 IsGamepadButtonUp(int gamepad, int button)
|
||||||
{
|
{
|
||||||
bool result = false;
|
bool result = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user