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 7085a8d commit 4edc215Copy full SHA for 4edc215
lib/matplotlib/backend_bases.py
@@ -1262,7 +1262,7 @@ class LocationEvent(Event):
1262
xdata, ydata : float or None
1263
Data coordinates of the mouse within *inaxes*, or *None* if the mouse
1264
is not over an Axes.
1265
- modifiers : frozenset
+ modifiers : frozenset[str]
1266
The keyboard modifiers currently being pressed (except for KeyEvent).
1267
"""
1268
lib/matplotlib/backend_bases.pyi
@@ -237,6 +237,7 @@ class LocationEvent(Event):
237
inaxes: Axes | None
238
xdata: float | None
239
ydata: float | None
240
+ modifiers: frozenset[str]
241
def __init__(
242
self,
243
name: str,
0 commit comments