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

Method Create

source/input_object.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50Object *InputObject::Create()
51{
52 return new InputObject();
53}
54
55
56ResultType InputObject::__New(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