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

Method SetSendMode

source/script2.cpp:5396–5400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5394}
5395
5396ResultType Script::SetSendMode(LPTSTR aValue)
5397{
5398 g->SendMode = Line::ConvertSendMode(aValue, g->SendMode); // Leave value unchanged if ARG1 is invalid.
5399 return OK;
5400}
5401
5402ResultType Script::SetSendLevel(int aValue, LPTSTR aValueStr)
5403{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected