mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct the names for the mouse scroll events
The links were correct, but the text for the link was wrong.
This commit is contained in:
@@ -200,7 +200,7 @@ If you want your app to respond to a mouse click you should prefer the Click eve
|
|||||||
|
|
||||||
### Scroll events
|
### Scroll events
|
||||||
|
|
||||||
Most mice have a scroll wheel which you can use to scroll the window underneath the cursor. Scrollable containers in Textual will handle these automatically, but you can handle [MouseDown](../events/mouse_scroll_down.md) and [MouseUp](../events/mouse_scroll_up) if you want build your own scrolling functionality.
|
Most mice have a scroll wheel which you can use to scroll the window underneath the cursor. Scrollable containers in Textual will handle these automatically, but you can handle [MouseScrollDown](../events/mouse_scroll_down.md) and [MouseScrollUp](../events/mouse_scroll_up) if you want build your own scrolling functionality.
|
||||||
|
|
||||||
!!! information
|
!!! information
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user