MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / keyDown

Function keyDown

TheForceEngine/TFE_Input/input.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 bool keyDown(KeyboardCode key)
241 {
242 return s_keyDown[key] != 0;
243 }
244
245 bool keyPressed(KeyboardCode key)
246 {

Callers 10

handleEventFunction · 0.85
mainFunction · 0.85
inputMapping_updateInputFunction · 0.85
getKeyModifierDownFunction · 0.85
keyModDownFunction · 0.85
cameraControl3dFunction · 0.85
isShortcutHeldFunction · 0.85
pda_handleInputFunction · 0.85
cutscenePlayer_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected