MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / IsKeyDown

Method IsKeyDown

Shadows/SampleFramework11/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 2

UpdateMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected