MCPcopy 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
93bool KeyboardState::IsKeyDown(Keys key) const
94{
95 return keyStates[key].Pressed;
96}
97
98bool KeyboardState::RisingEdge(Keys key) const
99{

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected