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

Function IsButtonUp

include/Mouse.hpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsButtonUp(int button) {
35 return ::IsMouseButtonUp(button);
36}
37
38RLCPP_MAYBEUNUSED RLCPPAPI inline int GetX() {
39 return ::GetMouseX();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected