mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add configuration option to disable Scroll Deadzone on Android
This commit is contained in:
parent
a210fe6dbd
commit
cd68034e01
7 changed files with 24 additions and 2 deletions
|
|
@ -1622,6 +1622,7 @@ ProjectSettings::ProjectSettings() {
|
|||
GLOBAL_DEF_BASIC("input_devices/pointing/android/enable_pan_and_scale_gestures", false);
|
||||
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "input_devices/pointing/android/rotary_input_scroll_axis", PROPERTY_HINT_ENUM, "Horizontal,Vertical"), 1);
|
||||
GLOBAL_DEF("input_devices/pointing/android/override_volume_buttons", false);
|
||||
GLOBAL_DEF_BASIC("input_devices/pointing/android/disable_scroll_deadzone", false);
|
||||
|
||||
// These properties will not show up in the dialog. If you want to exclude whole groups, use add_hidden_prefix().
|
||||
GLOBAL_DEF_INTERNAL("application/config/features", PackedStringArray());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue