[][src]Type Definition orbtk_api::event::MouseHandlerFunction

type MouseHandlerFunction = dyn Fn(&mut StatesContext<'_>, Mouse) -> bool + 'static;

Defines the mouse handler function.