MCPcopy Create free account
hub / github.com/DavidColson/Polybox / GetKeyDown

Function GetKeyDown

source/input.cpp:767–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765// ***********************************************************************
766
767bool GetKeyDown(Key keyCode) {
768 return pInputState->keyDowns[(u64)keyCode];
769}
770
771// ***********************************************************************
772

Callers 1

LuaGetKeyDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected