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 1c12852 commit 10d2631Copy full SHA for 10d2631
adafruit_cursorcontrol/__init__.py
@@ -1,7 +1,14 @@
1
# SPDX-FileCopyrightText: 2019 Brent Rubell for Adafruit Industries
2
#
3
# SPDX-License-Identifier: MIT
4
+"""
5
+`adafruit_cursorcontrol.cursorcontrol_cursormanager`
6
+================================================================================
7
+Mouse cursor for interaction with CircuitPython UI elements
8
9
+* Author(s): Brent Rubell
10
+
11
12
__version__ = "0.0.0-auto.0"
13
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git"
14
0 commit comments