MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / getKeyboardModifierName

Function getKeyboardModifierName

TheForceEngine/TFE_Input/input.cpp:527–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525 }
526
527 const char* getKeyboardModifierName(KeyModifier mod)
528 {
529 return c_keyModNames[mod];
530 }
531}

Callers 4

getShortcutKeyComboTextFunction · 0.85
stringToKeyModifierFunction · 0.85
keyModifierToStringFunction · 0.85
getBindingStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected