spin_slider added ctrl and shift shrotcuts, removed exp dragging

This commit is contained in:
toger5 2018-05-21 15:02:20 +02:00
parent 085483e885
commit 1706f636d7
2 changed files with 21 additions and 13 deletions

View file

@ -57,6 +57,7 @@ class EditorSpinSlider : public Range {
bool grabbing_spinner;
bool read_only;
float grabbing_spinner_dist_cache;
Vector2 grabbing_spinner_mouse_pos;
LineEdit *value_input;