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

Method finish_pos

source/MaaWin32ControlUnit/Input/MessageInput.cpp:328–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void MessageInput::finish_pos()
329{
330 if (config_.with_cursor_pos) {
331 restore_cursor_pos();
332 }
333 else if (config_.with_window_pos) {
334 stop_window_tracking();
335 }
336}
337
338void MessageInput::restore_pos()
339{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected