pub type MouseEventCallback = Box<dyn FnMut(TerminalMouseEvent, &TerminalGrid) + 'static>;Expand description
Type alias for boxed mouse event callback functions.
Callbacks are invoked synchronously in the browser’s event loop
Aliased Type§
pub struct MouseEventCallback(/* private fields */);