diff options
| author | Gilles Roudiere | 2018-02-21 22:06:34 +0100 |
|---|---|---|
| committer | Gilles Roudiere | 2018-04-16 23:20:43 +0200 |
| commit | ebfa731012e854d26d800b5abd56745cf9935098 (patch) | |
| tree | 80aa3afea97179d817224eadd902612f446a5e3b /editor/project_settings_editor.h | |
| parent | 93ae37f11848d481ca02a10c86812c40dec5e561 (diff) | |
| download | godot-ebfa731012e854d26d800b5abd56745cf9935098.tar.gz godot-ebfa731012e854d26d800b5abd56745cf9935098.tar.zst godot-ebfa731012e854d26d800b5abd56745cf9935098.zip | |
Allow actions to provide an analog value
Diffstat (limited to 'editor/project_settings_editor.h')
| -rw-r--r-- | editor/project_settings_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/project_settings_editor.h b/editor/project_settings_editor.h index 0ced88d7f..b8bfdcd87 100644 --- a/editor/project_settings_editor.h +++ b/editor/project_settings_editor.h @@ -83,6 +83,8 @@ class ProjectSettingsEditor : public AcceptDialog { OptionButton *device_id; OptionButton *device_index; Label *device_index_label; + SpinBox *device_special_value; + Label *device_special_value_label; MenuButton *popup_copy_to_feature; LineEdit *action_name; |
