Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ mouse_move
Method
mouse_move
imagepy/tools/Network/graphcut_tol.py:83–86 ·
view source on GitHub ↗
(self, ips, x, y, btn, **key)
Source
from the content-addressed store, hash-verified
81
ips.update()
82
83
def
mouse_move(self, ips, x, y, btn, **key):
84
if
self.status==1:
85
self.cur.append((x, y))
86
ips.update()
87
88
def
mouse_wheel(self, ips, x, y, d, **key):
89
pass
Callers
nothing calls this directly
Calls
2
append
Method · 0.80
update
Method · 0.45
Tested by
no test coverage detected