Android: Add analog touchscreen controls

This commit is contained in:
Connor McLaughlin
2020-10-10 12:48:19 +10:00
parent 4f0007dd55
commit 897f2dadf8
12 changed files with 826 additions and 167 deletions

View File

@ -271,10 +271,13 @@
app:title="Enable Analog Mode On Reset"
app:defaultValue="false"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
app:key="Controller1/EnableTouchscreenController"
app:title="Display Touchscreen Controller"
app:defaultValue="true"
<ListPreference
app:key="Controller1/TouchscreenControllerView"
app:title="Touchscreen Controller View"
app:entries="@array/settings_touchscreen_controller_view_entries"
app:entryValues="@array/settings_touchscreen_controller_view_values"
app:defaultValue="digital"
app:useSimpleSummaryProvider="true"
app:iconSpaceReserved="false" />
</PreferenceCategory>