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

Function keyPressed

TheForceEngine/TFE_Input/input.cpp:245–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 bool keyPressed(KeyboardCode key)
246 {
247 return s_keyPressed[key] != 0;
248 }
249
250 bool keyPressedWithRepeat(KeyboardCode key)
251 {

Callers 15

mainFunction · 0.85
inputMapping_updateInputFunction · 0.85
isBindingPressedFunction · 0.85
handlePopupEndFunction · 0.85
inputVec2fFunction · 0.85
infoPanelSectorFunction · 0.85
updateWindowControlsFunction · 0.85
updateContextWindowFunction · 0.85
updateDrawModeHotkeysFunction · 0.85
isShortcutPressedFunction · 0.85
debug_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected