MCPcopy Create free account
hub / github.com/TheRealMJP/Shadows / SetShortcutKey

Function SetShortcutKey

Shadows/SampleFramework11/TwHelper.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void SetShortcutKey(TwBar* bar, const char* varName, const char* shortcutKey)
74{
75 TwCall(TwSetParam(bar, varName, "key", TW_PARAM_CSTRING, 1, shortcutKey));
76}
77
78void SetShortcutKeyIncrement(TwBar* bar, const char* varName, const char* shortcutKey)
79{

Callers

nothing calls this directly

Calls 1

TwCallFunction · 0.85

Tested by

no test coverage detected