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

Method EndByMatch

source/script2.cpp:728–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728void input_type::EndByMatch(UINT aMatchIndex)
729{
730 ASSERT(InProgress());
731 EndingMatchIndex = aMatchIndex;
732 EndByReason(INPUT_TERMINATED_BY_MATCH);
733}
734
735void input_type::EndByKey(vk_type aVK, sc_type aSC, bool aBySC, bool aRequiredShift)
736{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected