diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-05-07 17:05:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-07 17:05:12 -0700 |
commit | bd1bc68ba07e330e814af19faf87d59da3f0ce6f (patch) | |
tree | 561e66a4d28ce1cf0c4ea10b9468d10b1104cb77 /doc/classes/EditorSettings.xml | |
parent | 43bf0b5e04913255fef134b7cb7ad6eccb17bfc6 (diff) | |
parent | 30824e981818405713453bf1624b3ea8622adc3f (diff) | |
download | redot-engine-bd1bc68ba07e330e814af19faf87d59da3f0ce6f.tar.gz |
Merge pull request #75718 from m4gr3d/add_scale_editor_icons_main
Adds a `scale_gizmo_handles` entry to the `Touchscreen` editor settings
Diffstat (limited to 'doc/classes/EditorSettings.xml')
-rw-r--r-- | doc/classes/EditorSettings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index e5500bd1ff..8c27c1bc06 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -644,6 +644,10 @@ If [code]true[/code], increases the scrollbar touch area to improve usability on touchscreen devices. [b]Note:[/b] Defaults to [code]true[/code] on touchscreen devices. </member> + <member name="interface/touchscreen/scale_gizmo_handles" type="float" setter="" getter=""> + Specify the multiplier to apply to the scale for the editor gizmo handles to improve usability on touchscreen devices. + [b]Note:[/b] Defaults to [code]1[/code] on non-touchscreen devices. + </member> <member name="network/debug/remote_host" type="String" setter="" getter=""> The address to listen to when starting the remote debugger. This can be set to [code]0.0.0.0[/code] to allow external clients to connect to the remote debugger (instead of restricting the remote debugger to connections from [code]localhost[/code]). </member> |