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

Function setBufferedKey

TheForceEngine/TFE_Input/input.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 void setBufferedKey(KeyboardCode key)
173 {
174 s_bufferedKey[key] = 1;
175 }
176
177 // Get
178 f32 getAxis(Axis axis)

Callers 1

handleEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected