set_imgui_right_click#
- ScatterCollection.set_imgui_right_click(popup=None, *, window_flags=None)#
Set the imgui popup opened by a right-click on any graphic of this collection.
A right-click picks the graphic under the pointer, never the collection, so the popup is set on each graphic. Takes the same arguments as
Graphic.set_imgui_right_click().