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

Method Setup

source/input_object.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69ResultType InputObject::Setup(LPTSTR aOptions, LPTSTR aEndKeys, LPTSTR aMatchList, size_t aMatchList_length)
70{
71 return input.Setup(aOptions, aEndKeys, aMatchList, aMatchList_length);
72}
73
74
75ResultType InputObject::Invoke(ResultToken &aResultToken, int aID, int aFlags, ExprTokenType *aParam[], int aParamCount)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected