pub(crate) fn context_menu( response: &Response, add_contents: impl FnOnce(&mut Ui), ) -> Option<InnerResponse<()>>
Response to secondary clicks (right-clicks) by showing the given menu.