MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / RisingEdge

Method RisingEdge

SampleFramework12/v1.00/Input.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool KeyboardState::RisingEdge(Keys key) const
99{
100 return keyStates[key].RisingEdge;
101}
102
103KeyboardState KeyboardState::GetKeyboardState(HWND hwnd)
104{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected