Merge pull request #102984 from syntaxerror247/volume-buttons

Android: enable support for volume button events
This commit is contained in:
Thaddeus Crews
2025-03-11 09:34:46 -05:00
6 changed files with 25 additions and 8 deletions

View File

@@ -1444,6 +1444,9 @@
<member name="input_devices/pointing/android/enable_pan_and_scale_gestures" type="bool" setter="" getter="" default="false">
If [code]true[/code], multi-touch pan and scale gestures are enabled on Android devices.
</member>
<member name="input_devices/pointing/android/override_volume_buttons" type="bool" setter="" getter="" default="false">
If [code]true[/code], system volume changes are disabled when the buttons are used within the app.
</member>
<member name="input_devices/pointing/android/rotary_input_scroll_axis" type="int" setter="" getter="" default="1">
On Wear OS devices, defines which axis of the mouse wheel rotary input is mapped to. This rotary input is usually performed by rotating the physical or virtual (touch-based) bezel on a smartwatch.
</member>