Merge pull request #8439 from JosJuice/android-native-motion-controls

Android: Native motion controls
This commit is contained in:
Anthony
2019-11-27 15:40:43 -08:00
committed by GitHub
19 changed files with 468 additions and 48 deletions

View File

@ -4,6 +4,12 @@
<uses-feature
android:name="android.hardware.touchscreen"
android:required="false"/>
<uses-feature
android:name="android.hardware.sensor.accelerometer"
android:required="false"/>
<uses-feature
android:name="android.hardware.sensor.gyroscope"
android:required="false"/>
<uses-feature
android:name="android.hardware.gamepad"
android:required="false"/>