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

Method TableInitializer

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

Source from the content-addressed store, hash-verified

33 const int MaxKeyNameLength = 16;
34 char KeyNameTable[GLFW_KEY_LAST+1][MaxKeyNameLength];
35 struct TableInitializer { TableInitializer() { InitKeyNameTables(); } }; TableInitializer Initializer;
36
37 // Do not specify the size here so that we can static assert that the size matches the operations enum.
38 extern const char* OperationDescriptions[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected