mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-13 06:48:15 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user