MCPcopy Create free account
hub / github.com/Image-Py/imagepy / mouse_down

Method mouse_down

imagepy/core/engine/tool.py:29–29  ·  view source on GitHub ↗
(self, ips, x, y, btn, **key)

Source from the content-addressed store, hash-verified

27 ToolsManager.set(self)
28
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_mouseeventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected