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 f0283fa commit 9e84953Copy full SHA for 9e84953
adafruit_usb_host_mouse/__init__.py
@@ -130,8 +130,7 @@ def find_and_init_report_mouse(cursor_image=DEFAULT_CURSOR): # noqa: PLR0912
130
and return it.
131
132
:param cursor_image: Provide the absolute path to the desired cursor bitmap image. If set as
133
- `None`, the :class:`ReportMouse` instance will not control
134
- a :class:`displayio.TileGrid` object.
+ `None`, the :class:`ReportMouse` will not control a :class:`displayio.TileGrid` object.
135
:return: The :class:`ReportMouse` instance or None if no mouse was found.
136
"""
137
mouse_interface_index, mouse_endpoint_address = None, None
0 commit comments