MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / Add

Method Add

deps/LLGL/sources/Core/Input.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 */
179
180void Input::KeyTracker::Add(Key keyCode)
181{
182 if (resetCount < maxCount)
183 keys[resetCount++] = keyCode;
184}
185
186void Input::KeyTracker::Reset(KeyStateArray& keyStates)
187{

Callers 5

OnKeyDownMethod · 0.45
OnKeyUpMethod · 0.45
RunMethod · 0.45
CsVertexFormat.cppFile · 0.45
CsRenderSystem.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected