diff options
| author | Anthony <Helios747@users.noreply.github.com> | 2019-11-27 15:40:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-27 15:40:43 -0800 |
| commit | 155016531fb970f45d46a97b4397d9990e2b494e (patch) | |
| tree | c2cb83ae37c26ef4ebaae0dea9172eb4291084ec /Source/Core/InputCommon/ControllerInterface/Android/Android.h | |
| parent | 34a1df1c68ba76cdc5aea2dfabb68e1850dd9662 (diff) | |
| parent | 2d4a3f4597f14b2563fac7acf080b91fa4bac5e8 (diff) | |
Merge pull request #8439 from JosJuice/android-native-motion-controls
Android: Native motion controls
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Android/Android.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Android/Android.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Android/Android.h b/Source/Core/InputCommon/ControllerInterface/Android/Android.h index 82a1a47954..c9e7ddc0a9 100644 --- a/Source/Core/InputCommon/ControllerInterface/Android/Android.h +++ b/Source/Core/InputCommon/ControllerInterface/Android/Android.h @@ -9,6 +9,8 @@ namespace ciface::Android { +void SetMotionSensorsEnabled(bool accelerometer_enabled, bool gyroscope_enabled); + void PopulateDevices(); class Touchscreen : public Core::Device |
