imgui_right_click#
- property LineStack.imgui_right_click: tuple#
The imgui popup of each graphic of this collection, in order.
A right-click picks the graphic under the pointer, never the collection, so each graphic has its own popup. Passing a function to
set_imgui_right_click()wraps it in a separate popup per graphic, passing anImguiPopupshares that one instance between them.