Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ post_inactive
Method
post_inactive
source/MaaFramework/Controller/ControllerAgent.cpp:171–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
MaaCtrlId ControllerAgent::post_inactive()
172
{
173
auto id = post({ .type = Action::Type::inactive });
174
return focus_id(id);
175
}
176
177
MaaStatus ControllerAgent::status(MaaCtrlId ctrl_id) const
178
{
Callers
1
run_task
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected