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

Function IsButtonUp

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

* Detect if a gamepad button is NOT being pressed */

Source from the content-addressed store, hash-verified

72 * Detect if a gamepad button is NOT being pressed
73 */
74 RLCPP_NODISCARD bool IsButtonUp(int button) const { return ::IsGamepadButtonUp(number, button); }
75
76 /**
77 * Get the last gamepad button pressed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected