Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ IsKeyDown
Method
IsKeyDown
SampleFramework12/v1.00/Input.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool KeyboardState::IsKeyDown(Keys key) const
94
{
95
return keyStates[key].Pressed;
96
}
97
98
bool KeyboardState::RisingEdge(Keys key) const
99
{
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected