MCPcopy 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
27bool Input::KeyPressed(Key keyCode) const
28{
29 return keyPressed_[KEY_IDX(keyCode)];
30}
31
32bool Input::KeyDown(Key keyCode) const
33{

Callers 15

mainFunction · 0.80
mainFunction · 0.80
OnDrawFrameMethod · 0.80
UpdateSceneMethod · 0.80
UpdateUserInputMethod · 0.80
UpdateSceneFunction · 0.80
UpdateSceneMethod · 0.80
OnDrawFrameMethod · 0.80
UpdateAnimationMethod · 0.80
UpdateSceneMethod · 0.80
UpdateSceneMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

mainFunction · 0.64
mainFunction · 0.64