Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
29
RLCPP_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
Update
Method · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected