Skip to content

textual.events.MouseRelease class

def __init__(self, mouse_position):

Bases: Event

Mouse has been released.

  • Bubbles
  • Verbose
Parameters
Parameter Default Description
mouse_position
Offset
required

The position of the mouse when released.

mouse_position instance-attribute

mouse_position = mouse_position

The position of the mouse when released.

See also