mojo:mojo.app.AppInstance.MouseEventFilter
MouseEvent filter.
To prevent the event from being sent to a view, a filter can eat the event using Event.Eat.
Filter functions should check if the event has already been 'eaten' by checking the event's Event.Eaten property before processing the event.