We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01241d9 commit eb8a4c4Copy full SHA for eb8a4c4
1 file changed
adafruit_usb_host_mouse.py
@@ -173,7 +173,6 @@ def y(self) -> int:
173
def y(self, new_y: int) -> None:
174
self.tilegrid.y = int(new_y)
175
176
-
177
def release(self):
178
"""
179
Release the mouse cursor and re-attach it to the kernel
0 commit comments