mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-01 19:59:17 -05:00
Reviewed comments
This commit is contained in:
@ -4013,6 +4013,7 @@ bool IsGamepadButtonUp(int gamepad, int button)
|
||||
}
|
||||
|
||||
// Get the last gamepad button pressed
|
||||
// NOTE: Returns last gamepad button down, down->up change not considered
|
||||
int GetGamepadButtonPressed(void)
|
||||
{
|
||||
return CORE.Input.Gamepad.lastButtonPressed;
|
||||
|
||||
Reference in New Issue
Block a user