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

Function IsKeyUp

include/Keyboard.hpp:43–45  ·  view source on GitHub ↗

* Detect if a key is NOT being pressed */

Source from the content-addressed store, hash-verified

41 * Detect if a key is NOT being pressed
42 */
43RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsKeyUp(int key) {
44 return ::IsKeyUp(key);
45}
46
47/**
48 * Get key pressed (keycode), call it multiple times for keys queued, returns 0 when the queue is empty

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected