egui
egui copied to clipboard
Mouse Capturing
Is your feature request related to a problem? Please describe. I have a small knob for volume and I want to change its value by holding the mouse on it and moving it up and down.
Describe the solution you'd like Easy API for capturing the mouse so that it doesn't move its position even when moving it in reality.
Describe alternatives you've considered Move my mouse up and down 500 times.
Could be used for Drag Value
Welcome to the club https://github.com/emilk/egui/pull/1605