imgui
imgui copied to clipboard
How to warp mouse when using sliders?
Hello,
Is there any way we can warp the mouse when using any slider?
Like if we are sliding and mouse position reached the width of the screen, then the mouse position will become 0
You'll need to figure out how to implement it yourself, you can probably get/set cursor pos. Maybe operating systems have wrapping modes I have no idea. Based on that research we can see if there's something needed to add at Backend level. Then probably Sliders and Drags need to support that teleport operation as well. None of this is supported, if you want to do the research and implementation for it I'll keep this open.
Closing. Further discussions can happen in #228.