FEA-Bench / testbed /Textualize__textual /docs /events /mouse_scroll_down.md
hc99's picture
Add files using upload-large-folder tool
5b76e0f verified

MouseScrollDown

The MouseScrollDown event is sent to a widget when the scroll wheel (or trackpad equivalent) is moved down.

  • Bubbles
  • Verbose

Attributes

attribute type purpose
x int Mouse x coordinate, relative to Widget
y int Mouse y coordinate, relative to Widget

Code

::: textual.events.MouseScrollDown