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

Function bufferedKeyDown

TheForceEngine/TFE_Input/input.cpp:384–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 }
383
384 bool bufferedKeyDown(KeyboardCode key)
385 {
386 return s_bufferedKey[key];
387 }
388
389 bool loadKeyNames(const char* path)
390 {

Callers 3

updateEditBoxFunction · 0.85
agentMenu_updateFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected