Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateEditBox
Function · 0.85
agentMenu_update
Function · 0.85
update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected