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

Method inactive

source/MaaWin32ControlUnit/Input/MessageInput.cpp:821–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void MessageInput::inactive()
822{
823 LogFunc;
824
825 if (mouse_lock_follow_active_) {
826 deactivate_mouse_lock_follow();
827 }
828
829 restore_pos();
830 window_pos_saved_ = false;
831 unblock_input();
832}
833
834std::pair<int, int> MessageInput::get_target_pos() const
835{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected