10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c309c commit 37317a3Copy full SHA for 37317a3
lib/matplotlib/backend_bases.py
@@ -1411,9 +1411,6 @@ class MouseEvent(LocationEvent):
1411
----------
1412
button : None or `MouseButton` or {'up', 'down'}
1413
The button pressed. 'up' and 'down' are used for scroll events.
1414
- Note that in the nbagg backend, both the middle and right clicks
1415
- return RIGHT since right clicking will bring up the context menu in
1416
- some browsers.
1417
Note that LEFT and RIGHT actually refer to the "primary" and
1418
"secondary" buttons, i.e. if the user inverts their left and right
1419
buttons ("left-handed setting") then the LEFT button will be the one
0 commit comments