MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey-v1.0 / GetThisHotkey

Method GetThisHotkey

Source/script.cpp:11152–11157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11150}
11151
11152VarSizeType Script::GetThisHotkey(char *aBuf)
11153{
11154 if (aBuf)
11155 strcpy(aBuf, mThisHotkeyName);
11156 return (VarSizeType)strlen(mThisHotkeyName);
11157}
11158
11159VarSizeType Script::GetPriorHotkey(char *aBuf)
11160{

Callers 1

GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected