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

Method EndByChar

source/script2.cpp:746–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744}
745
746void input_type::EndByChar(TCHAR aChar)
747{
748 ASSERT(aChar && InProgress());
749 EndingChar = aChar;
750 // The other EndKey related fields are ignored when Char is non-zero.
751 EndByReason(INPUT_TERMINATED_BY_ENDKEY);
752}
753
754void input_type::EndByReason(InputStatusType aReason)
755{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected