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.
2 parents 8bacee9 + bc18731 commit a4d82feCopy full SHA for a4d82fe
lib/matplotlib/backend_bases.py
@@ -1409,9 +1409,12 @@ class MouseEvent(LocationEvent):
1409
1410
step : scalar
1411
The number of scroll steps (positive for 'up', negative for 'down').
1412
+ This applies only to 'scroll_event' and defaults to 0 otherwise.
1413
1414
dblclick : bool
- Whether the event is a double-click.
1415
+ Whether the event is a double-click. This applies only to
1416
+ 'button_press_event' and is False otherwise. In particular, it's
1417
+ not used in 'button_release_event'.
1418
1419
Examples
1420
--------
0 commit comments