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

Function IsKeyReleased

include/Keyboard.hpp:36–38  ·  view source on GitHub ↗

* Detect if a key has been released once */

Source from the content-addressed store, hash-verified

34 * Detect if a key has been released once
35 */
36RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsKeyReleased(int key) {
37 return ::IsKeyReleased(key);
38}
39
40/**
41 * Detect if a key is NOT being pressed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected