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.
2 parents 67364f3 + 30ce291 commit 31908f7Copy full SHA for 31908f7
adafruit_cursorcontrol/cursorcontrol.py
@@ -42,7 +42,8 @@
42
__version__ = "0.0.0-auto.0"
43
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Cursor.git"
44
45
-class Cursor():
+
46
+class Cursor:
47
"""Mouse cursor interaction for CircuitPython.
48
49
:param ~displayio.Display display: CircuitPython display object.
0 commit comments