Use ctrl+mouse wheel up/down to change brim size

This commit is contained in:
Noisyfox 2025-04-01 11:43:22 +08:00
parent b832370421
commit 00cf9be46e
3 changed files with 76 additions and 23 deletions

View file

@ -144,6 +144,10 @@ private:
void get_detection_radius_max();
void update_raycasters();
void begin_radius_change(float initial_value);
void update_cache_radius();
void apply_radius_change();
protected:
void on_set_state() override;
void on_set_hover_id() override