MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / inactive

Method inactive

source/MaaWin32ControlUnit/Input/LegacyEventInput.cpp:222–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void LegacyEventInput::inactive()
223{
224 LogFunc;
225
226 unblock_input();
227
228 if (hwnd_) {
229 SetWindowPos(hwnd_, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
230 }
231}
232
233MAA_CTRL_UNIT_NS_END

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected