| 220 | } |
| 221 | |
| 222 | void 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 | |
| 233 | MAA_CTRL_UNIT_NS_END |
nothing calls this directly
no outgoing calls
no test coverage detected