MCPcopy
hub / github.com/cluic/wxauto / set_cursor_pos

Function set_cursor_pos

wxauto/utils.py:21–22  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

19VERSION = "3.9.11.17"
20
21def set_cursor_pos(x, y):
22 win32api.SetCursorPos((x, y))
23
24def Click(rect):
25 x = (rect.left + rect.right) // 2

Callers 1

ClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected