MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / MouseButton

Class MouseButton

lib/matplotlib/backend_bases.py:1315–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1313
1314
1315class MouseButton(IntEnum):
1316 LEFT = 1
1317 MIDDLE = 2
1318 RIGHT = 3
1319 BACK = 8
1320 FORWARD = 9
1321
1322
1323class MouseEvent(LocationEvent):

Callers 2

__init__Method · 0.85
button_press_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…