Skip to content

Commit ab67ed0

Browse files
committed
Enhance the class docstring
1 parent 3a72dd3 commit ab67ed0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ def _check_cursor_movement(self, pressed=None):
165165

166166
class DebouncedCursorManager(CursorManager):
167167
"""Simple interaction user interface interaction for Adafruit_CursorControl.
168+
This subclass provide a debounced version on the A button and provides queries for when
169+
the button is just pressed, and just released, as well it's current state. "Just" in this
170+
context means "since the previous call to update."
168171
169172
:param adafruit_cursorcontrol cursor: The cursor object we are using.
170173
"""

0 commit comments

Comments
 (0)