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

Function IsKeyDown

include/Keyboard.hpp:29–31  ·  view source on GitHub ↗

* Detect if a key is being pressed */

Source from the content-addressed store, hash-verified

27 * Detect if a key is being pressed
28 */
29RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsKeyDown(int key) {
30 return ::IsKeyDown(key);
31}
32
33/**
34 * Detect if a key has been released once

Callers 3

UpdateMethod · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected