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

Method inactive

source/MaaWin32ControlUnit/Input/SeizeInput.cpp:322–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void SeizeInput::inactive()
323{
324 LogFunc;
325
326 unblock_input();
327
328 if (hwnd_) {
329 SetWindowPos(hwnd_, HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE);
330 }
331}
332
333MAA_CTRL_UNIT_NS_END

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected