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