Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
Object *InputObject::sPrototype;
42
43
InputObject::InputObject()
44
{
45
input.ScriptObject = this;
46
SetBase(sPrototype);
47
}
48
49
50
Object *InputObject::Create()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected