mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-10 01:46:05 +00:00
Pass gamepad touch input natively by default
Most devices will have a touchscreen which already provides mouse input and Steam Input is can provide gamepad touchpad mouse control if desired.
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
android:key="checkbox_gamepad_touchpad_as_mouse"
|
||||
android:title="@string/title_checkbox_gamepad_touchpad_as_mouse"
|
||||
android:summary="@string/summary_checkbox_gamepad_touchpad_as_mouse"
|
||||
android:defaultValue="true" />
|
||||
android:defaultValue="false" />
|
||||
<CheckBoxPreference
|
||||
android:key="checkbox_gamepad_motion_sensors"
|
||||
android:title="@string/title_checkbox_gamepad_motion_sensors"
|
||||
|
||||
Reference in New Issue
Block a user