Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
VERSION =
"3.9.11.17"
20
21
def
set_cursor_pos(x, y):
22
win32api.SetCursorPos((x, y))
23
24
def
Click(rect):
25
x = (rect.left + rect.right) // 2
Callers
1
Click
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected