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

Method IsKeySupported

Src/InputBindings.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222
223bool Bindings::IsKeySupported(int key)
224{
225 return (KeyNameTable[key][0] != '\0');
226}
227
228
229bool Bindings::IsPermanentBinding(int key, uint32 modifiers)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected