| 320 | } |
| 321 | |
| 322 | void 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 | |
| 333 | MAA_CTRL_UNIT_NS_END |
nothing calls this directly
no outgoing calls
no test coverage detected