Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getShortcutKeyComboText
Function · 0.85
stringToKeyModifier
Function · 0.85
keyModifierToString
Function · 0.85
getBindingString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected