Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ clearKeyPressed
Function
clearKeyPressed
TheForceEngine/TFE_Input/input.cpp:255–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void clearKeyPressed(KeyboardCode key)
256
{
257
s_keyPressed[key] = 0;
258
s_keyPressedRepeat[key] = 0;
259
}
260
261
void clearMouseButtonPressed(MouseButton btn)
262
{
Callers
3
main
Function · 0.85
clearKeys
Function · 0.85
updateContextWindow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected