MCPcopy 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

mainFunction · 0.85
clearKeysFunction · 0.85
updateContextWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected