MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetButtonPressed

Function GetButtonPressed

include/Gamepad.hpp:79–79  ·  view source on GitHub ↗

* Get the last gamepad button pressed */

Source from the content-addressed store, hash-verified

77 * Get the last gamepad button pressed
78 */
79 static int GetButtonPressed() { return ::GetGamepadButtonPressed(); }
80
81 /**
82 * Return gamepad axis count for a gamepad

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected