Add up/down keys to inc/dec val in spin slider

Fixes #godotengine/godot-proposals#29
This commit is contained in:
Francois Belair 2020-09-07 10:24:35 -04:00
parent 84faf39544
commit 3e18cc24a4
2 changed files with 56 additions and 0 deletions

View file

@ -71,6 +71,7 @@ class EditorSpinSlider : public Range {
void _value_input_closed();
void _value_input_submitted(const String &);
void _value_focus_exited();
void _value_input_gui_input(const Ref<InputEvent> &p_event);
bool hide_slider;
bool flat;