[][src]Type Definition penrose::core::bindings::MouseEventHandler

type MouseEventHandler<X> = Box<dyn FnMut(&mut WindowManager<X>, &MouseEvent) -> Result<()>>;

An action to be run in response to a mouse event