Variable Window._mouseTrackingWidgets

widget which tracks Move events

class Window
{
  // ...
  Widget[] _mouseTrackingWidgets;
  // ...
}