Allow to abort SpinSlider value changes

This commit is contained in:
passivestar
2024-02-13 13:38:11 +04:00
parent a9bb8509f2
commit 5689dbc209
3 changed files with 64 additions and 21 deletions

View File

@ -72,6 +72,9 @@ class EditorSpinSlider : public Range {
bool hide_slider = false;
bool flat = false;
void _grab_start();
void _grab_end();
void _grabber_gui_input(const Ref<InputEvent> &p_event);
void _value_input_closed();
void _value_input_submitted(const String &);