Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ GetKeyState
Method
GetKeyState
Shadows/SampleFramework11/Input.cpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
KeyState KeyboardState::GetKeyState(Keys key) const
89
{
90
return keyStates[key];
91
}
92
93
bool KeyboardState::IsKeyDown(Keys key) const
94
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected