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

Method SetTimeoutTimer

source/script2.cpp:406–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404
405
406void input_type::SetTimeoutTimer()
407{
408 DWORD now = GetTickCount();
409 TimeoutAt = now + Timeout;
410 if (!g_InputTimerExists || Timeout < int(g_InputTimeoutAt - now))
411 SET_INPUT_TIMER(Timeout, TimeoutAt)
412}
413
414
415ResultType input_type::SetKeyFlags(LPTSTR aKeys, bool aEndKeyMode, UCHAR aFlagsRemove, UCHAR aFlagsAdd)

Callers 2

InputStartFunction · 0.80
InvokeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected