Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ mouse_move
Method
mouse_move
imagepy/core/engine/tool.py:31–31 ·
view source on GitHub ↗
(self, ips, x, y, btn, **key)
Source
from the content-addressed store, hash-verified
29
def
mouse_down(self, ips, x, y, btn, **key):
pass
30
def
mouse_up(self, ips, x, y, btn, **key):
pass
31
def
mouse_move(self, ips, x, y, btn, **key):
pass
32
def
mouse_wheel(self, ips, x, y, d, **key):
pass
Callers
1
on_mouseevent
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected