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

Function setKeyUp

TheForceEngine/TFE_Input/input.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 void setKeyUp(KeyboardCode key)
123 {
124 s_keyDown[key] = 0;
125 }
126
127 void setMouseButtonDown(MouseButton button)
128 {

Callers 2

handleEventFunction · 0.85
clearKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected