Add an editor setting to enable/disable TouchActionsPanel

Adds an editor setting to enable/disable TouchActionsPanel.

Automatically hide the panel when hardware keyboard is connected.
This commit is contained in:
Anish Mishra
2025-04-04 16:17:57 +05:30
parent b462db5adb
commit a5c03dcd08
5 changed files with 22 additions and 1 deletions
+4
View File
@@ -1102,6 +1102,10 @@
If [code]true[/code], enable two finger pan and scale gestures on touchscreen devices.
[b]Note:[/b] Defaults to [code]true[/code] on touchscreen devices.
</member>
<member name="interface/touchscreen/enable_touch_actions_panel" type="bool" setter="" getter="">
If [code]true[/code], enables the TouchActionsPanel to provide easy access to keyboard shortcuts on touchscreen devices.
[b]Note:[/b] Only available in the Android editor.
</member>
<member name="interface/touchscreen/increase_scrollbar_touch_area" type="bool" setter="" getter="">
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.