emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
22.45k stars 1.6k forks source link

Mouse Capturing #3845

Open DasLixou opened 10 months ago

DasLixou commented 10 months ago

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.

DasLixou commented 10 months ago

Could be used for Drag Value

enomado commented 9 months ago

Welcome to the club https://github.com/emilk/egui/pull/1605