Bug description
When using DragPoint's in a plot on a touch screen, it functions well until you click on the background (or misclick), at that point it fails to grab the DragPoint again until i reselect with the mouse.
I think it might has to do with the background grabbing for scroll (though i have scrolling disabled), or perhaps there is something weird with a hover/select state?
I have tried both with native touch using Imgui's SDL3 Vulkan example, as well as with Touch to Mouse emulation on the GLWF example.
Reproduction case is simply using any DragPoint in a plot and touching/moving it a couple of times with a touchscreen
Bug description
When using DragPoint's in a plot on a touch screen, it functions well until you click on the background (or misclick), at that point it fails to grab the DragPoint again until i reselect with the mouse.
I think it might has to do with the background grabbing for scroll (though i have scrolling disabled), or perhaps there is something weird with a hover/select state?
I have tried both with native touch using Imgui's SDL3 Vulkan example, as well as with Touch to Mouse emulation on the GLWF example.
Reproduction case is simply using any DragPoint in a plot and touching/moving it a couple of times with a touchscreen