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

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

Defines the global bouse handler function.