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

Method mouse_down

imagepy/tools/Standard/move_tol.py:16–17  ·  view source on GitHub ↗
(self, ips, x, y, btn, **key)

Source from the content-addressed store, hash-verified

14 self.cursor = wx.CURSOR_HAND
15
16 def mouse_down(self, ips, x, y, btn, **key):
17 self.ox, self.oy = key['canvas'].to_panel_coor(x,y)
18
19 def mouse_up(self, ips, x, y, btn, **key):
20 pass

Callers

nothing calls this directly

Calls 1

to_panel_coorMethod · 0.80

Tested by

no test coverage detected