Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.85
inputMapping_updateInput
Function · 0.85
isBindingPressed
Function · 0.85
inputMapping_handleInputs
Function · 0.85
handlePopupEnd
Function · 0.85
inputVec2f
Function · 0.85
infoPanelSector
Function · 0.85
updateWindowControls
Function · 0.85
updateContextWindow
Function · 0.85
updateDrawModeHotkeys
Function · 0.85
isShortcutPressed
Function · 0.85
debug_update
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected