MCPcopy Create free account
hub / github.com/bluescan/tacentview / GetKeyName

Method GetKeyName

Src/InputBindings.cpp:214–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213
214const char* Bindings::GetKeyName(int key)
215{
216 if (KeyNameTable[key][0] == '\0')
217 return nullptr;
218
219 return KeyNameTable[key];
220}
221
222
223bool Bindings::IsKeySupported(int key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected