Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RavEngine/RavEngine
/ KeyPressed
Method
KeyPressed
deps/LLGL/sources/Core/Input.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool Input::KeyPressed(Key keyCode) const
28
{
29
return keyPressed_[KEY_IDX(keyCode)];
30
}
31
32
bool Input::KeyDown(Key keyCode) const
33
{
Callers
15
main
Function · 0.80
main
Function · 0.80
OnDrawFrame
Method · 0.80
UpdateScene
Method · 0.80
UpdateUserInput
Method · 0.80
UpdateScene
Function · 0.80
UpdateScene
Method · 0.80
OnDrawFrame
Method · 0.80
UpdateAnimation
Method · 0.80
UpdateScene
Method · 0.80
UpdateScene
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
2
main
Function · 0.64
main
Function · 0.64