Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/Shadows
/ KeyState
Method
KeyState
Shadows/SampleFramework11/Input.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
KeyState::KeyState() : Pressed(false),
123
RisingEdge(false),
124
FallingEdge(false)
125
{
126
}
127
128
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected