Skip to content

Mojo app appinstance mouseeventfilter

mojo:mojo.app.AppInstance.MouseEventFilter

Field MouseEventFilter:Void(MouseEvent)#

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.