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

Function IsButtonReleased

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

* Detect if a gamepad button has been released once */

Source from the content-addressed store, hash-verified

67 * Detect if a gamepad button has been released once
68 */
69 RLCPP_NODISCARD bool IsButtonReleased(int button) const { return ::IsGamepadButtonReleased(number, button); }
70
71 /**
72 * Detect if a gamepad button is NOT being pressed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected