@@ -599,12 +599,12 @@ Properties
599
599
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
600
600
| :ref: `bool<class_bool> ` | :ref: `interface/touchscreen/enable_pan_and_scale_gestures<class_EditorSettings_property_interface/touchscreen/enable_pan_and_scale_gestures> ` |
601
601
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
602
- | :ref: `bool<class_bool> ` | :ref: `interface/touchscreen/enable_touch_actions_panel<class_EditorSettings_property_interface/touchscreen/enable_touch_actions_panel> ` |
603
- +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
604
602
| :ref: `bool<class_bool> ` | :ref: `interface/touchscreen/increase_scrollbar_touch_area<class_EditorSettings_property_interface/touchscreen/increase_scrollbar_touch_area> ` |
605
603
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
606
604
| :ref: `float<class_float> ` | :ref: `interface/touchscreen/scale_gizmo_handles<class_EditorSettings_property_interface/touchscreen/scale_gizmo_handles> ` |
607
605
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
606
+ | :ref: `int<class_int> ` | :ref: `interface/touchscreen/touch_actions_panel<class_EditorSettings_property_interface/touchscreen/touch_actions_panel> ` |
607
+ +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
608
608
| :ref: `int<class_int> ` | :ref: `network/connection/check_for_updates<class_EditorSettings_property_network/connection/check_for_updates> ` |
609
609
+---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
610
610
| :ref: `int<class_int> ` | :ref: `network/connection/network_mode<class_EditorSettings_property_network/connection/network_mode> ` |
@@ -4446,43 +4446,43 @@ If ``true``, enable two finger pan and scale gestures on touchscreen devices.
4446
4446
4447
4447
----
4448
4448
4449
- .. _class_EditorSettings_property_interface/touchscreen/enable_touch_actions_panel :
4449
+ .. _class_EditorSettings_property_interface/touchscreen/increase_scrollbar_touch_area :
4450
4450
4451
4451
.. rst-class :: classref-property
4452
4452
4453
- :ref: `bool<class_bool> ` **interface/touchscreen/enable_touch_actions_panel ** :ref: `🔗<class_EditorSettings_property_interface/touchscreen/enable_touch_actions_panel > `
4453
+ :ref: `bool<class_bool> ` **interface/touchscreen/increase_scrollbar_touch_area ** :ref: `🔗<class_EditorSettings_property_interface/touchscreen/increase_scrollbar_touch_area > `
4454
4454
4455
- If ``true ``, enables the TouchActionsPanel to provide easy access to keyboard shortcuts on touchscreen devices.
4455
+ If ``true ``, increases the scrollbar touch area to improve usability on touchscreen devices.
4456
4456
4457
- \ **Note: ** Only available in the Android editor .
4457
+ \ **Note: ** Defaults to `` true `` on touchscreen devices .
4458
4458
4459
4459
.. rst-class :: classref-item-separator
4460
4460
4461
4461
----
4462
4462
4463
- .. _class_EditorSettings_property_interface/touchscreen/increase_scrollbar_touch_area :
4463
+ .. _class_EditorSettings_property_interface/touchscreen/scale_gizmo_handles :
4464
4464
4465
4465
.. rst-class :: classref-property
4466
4466
4467
- :ref: `bool<class_bool > ` **interface/touchscreen/increase_scrollbar_touch_area ** :ref: `🔗<class_EditorSettings_property_interface/touchscreen/increase_scrollbar_touch_area > `
4467
+ :ref: `float<class_float > ` **interface/touchscreen/scale_gizmo_handles ** :ref: `🔗<class_EditorSettings_property_interface/touchscreen/scale_gizmo_handles > `
4468
4468
4469
- If `` true ``, increases the scrollbar touch area to improve usability on touchscreen devices.
4469
+ Specify the multiplier to apply to the scale for the editor gizmo handles to improve usability on touchscreen devices.
4470
4470
4471
- \ **Note: ** Defaults to ``true `` on touchscreen devices.
4471
+ \ **Note: ** Defaults to ``1 `` on non- touchscreen devices.
4472
4472
4473
4473
.. rst-class :: classref-item-separator
4474
4474
4475
4475
----
4476
4476
4477
- .. _class_EditorSettings_property_interface/touchscreen/scale_gizmo_handles :
4477
+ .. _class_EditorSettings_property_interface/touchscreen/touch_actions_panel :
4478
4478
4479
4479
.. rst-class :: classref-property
4480
4480
4481
- :ref: `float<class_float > ` **interface/touchscreen/scale_gizmo_handles ** :ref: `🔗<class_EditorSettings_property_interface/touchscreen/scale_gizmo_handles > `
4481
+ :ref: `int<class_int > ` **interface/touchscreen/touch_actions_panel ** :ref: `🔗<class_EditorSettings_property_interface/touchscreen/touch_actions_panel > `
4482
4482
4483
- Specify the multiplier to apply to the scale for the editor gizmo handles to improve usability on touchscreen devices .
4483
+ A touch-friendly panel that provides easy access to common actions such as save, delete, undo, and redo without requiring a keyboard .
4484
4484
4485
- \ **Note: ** Defaults to `` 1 `` on non-touchscreen devices .
4485
+ \ **Note: ** Only available in the Android and XR editor .
4486
4486
4487
4487
.. rst-class :: classref-item-separator
4488
4488
0 commit comments