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