Make DragPoint/Line/Rect click-through for the right mouse button
- Dominant language
- C++
- Stars
- 6.2k
- Forks
- 693
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be very helpful if right-click-dragging on DragPoints/Lines/Rectangles would be possible, meaning it should show the region selection rectangle as if you clicked somewhere else on the plot.
Currently, with many of the Drag* elements, it can become tedious to use the selection rectangle in a precise manner. Usually this also opens the context menu, as it opens whenever you release the right mouse button unless you successfully triggered the region selection (which is also a thing that could be changed, but I guess it's related to ImGui itself).
As there is currently no function related to right clicking on them, making them click-through would be a simple solution from what I can see.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.