Skip to content

Bases: Event

Sent when the mouse is moved over a widget.

Note that this event bubbles, so a widget may receive this event when the mouse moves over a child widget. Check the node attribute for the widget directly under the mouse.

  • Bubbles
  • Verbose

control property

control

Alias for the node under the mouse.

node instance-attribute

node = node

The node directly under the mouse.

See also