Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 29, 2023
1 parent 6af6c4a commit 1ce7700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ def __init__(
self.mouse_position = Offset(0, 0)

self._mouse_down_widget: Widget | None = None
"""The widget that was most recently mouse downed (used to create click events)."""

self.cursor_position = Offset(0, 0)
"""The position of the terminal cursor in screen-space.
Expand Down

0 comments on commit 1ce7700

Please sign in to comment.