mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add up/down keys to inc/dec val in spin slider
Fixes #godotengine/godot-proposals#29
This commit is contained in:
parent
84faf39544
commit
3e18cc24a4
2 changed files with 56 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue