MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / EndByKey

Method EndByKey

source/script2.cpp:735–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735void input_type::EndByKey(vk_type aVK, sc_type aSC, bool aBySC, bool aRequiredShift)
736{
737 ASSERT(InProgress());
738 EndingVK = aVK;
739 EndingSC = aSC;
740 EndingBySC = aBySC;
741 EndingRequiredShift = aRequiredShift;
742 EndingChar = 0; // Must be zero if the above are to be used.
743 EndByReason(INPUT_TERMINATED_BY_ENDKEY);
744}
745
746void input_type::EndByChar(TCHAR aChar)
747{

Callers 1

CollectInputHookFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected