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

Method InputObject

source/input_object.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41Object *InputObject::sPrototype;
42
43InputObject::InputObject()
44{
45 input.ScriptObject = this;
46 SetBase(sPrototype);
47}
48
49
50Object *InputObject::Create()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected