MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _onscreenclick

Method _onscreenclick

Lib/lib-tk/turtle.py:684–700  ·  view source on GitHub ↗

Bind fun to mouse-click event on canvas. fun must be a function with two arguments, the coordinates of the clicked point on the canvas. num, the number of the mouse-button defaults to 1 If a turtle is clicked, first _onclick-event will be performed, then _ons

(self, fun, num=1, add=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

onclickMethod · 0.80

Calls 2

unbindMethod · 0.45
bindMethod · 0.45

Tested by

no test coverage detected