File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,9 +225,9 @@ class BootMouse:
225225 :param device: The usb device instance for the mouse
226226 :param interface_index: The USB interface index of the mouse
227227 :param endpoint_address: The address of the mouse endpoint
228- :param was_attached: A list of the usb devices detached from the kernel.
228+ :param was_attached: A list of the usb devices detached from the kernel
229229 :param tilegrid: The TileGrid that holds the visible mouse cursor
230- :param scale: The scale of the group that the Mouse TileGrid will be put into.
230+ :param scale: The scale of the group that the Mouse TileGrid will be put into
231231 Needed in order to properly clamp the mouse to the display bounds
232232 """
233233
@@ -367,9 +367,9 @@ class ReportMouse(BootMouse):
367367 :param device: The usb device instance for the mouse
368368 :param interface_index: The USB interface index of the mouse
369369 :param endpoint_address: The address of the mouse endpoint
370- :param was_attached: A list of the usb devices detached from the kernel.
370+ :param was_attached: A list of the usb devices detached from the kernel
371371 :param tilegrid: The TileGrid that holds the visible mouse cursor
372- :param scale: The scale of the group that the Mouse TileGrid will be put into.
372+ :param scale: The scale of the group that the Mouse TileGrid will be put into
373373 Needed in order to properly clamp the mouse to the display bounds
374374 """
375375
You can’t perform that action at this time.
0 commit comments