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 node instance-attribute ¶ node = node The node directly under the mouse. See also¶ Click Leave MouseDown MouseMove MouseScrollDown MouseScrollUp MouseUp