Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
void Input::KeyTracker::Add(Key keyCode)
181
{
182
if (resetCount < maxCount)
183
keys[resetCount++] = keyCode;
184
}
185
186
void Input::KeyTracker::Reset(KeyStateArray& keyStates)
187
{
Callers
5
OnKeyDown
Method · 0.45
OnKeyUp
Method · 0.45
Run
Method · 0.45
CsVertexFormat.cpp
File · 0.45
CsRenderSystem.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected