2015-05-24 06:55:12 +02:00
|
|
|
// Copyright 2008 Dolphin Emulator Project
|
2015-05-18 01:08:10 +02:00
|
|
|
// Licensed under GPLv2+
|
2014-02-10 13:54:46 -05:00
|
|
|
// Refer to the license.txt file included.
|
2013-04-14 23:02:53 -05:00
|
|
|
|
2014-02-10 13:54:46 -05:00
|
|
|
#pragma once
|
2013-04-14 23:02:53 -05:00
|
|
|
|
2019-06-17 16:39:24 -04:00
|
|
|
namespace ciface::Android
|
2013-04-14 23:02:53 -05:00
|
|
|
{
|
2019-11-20 19:40:47 +01:00
|
|
|
void SetMotionSensorsEnabled(bool accelerometer_enabled, bool gyroscope_enabled);
|
|
|
|
|
2016-10-16 13:39:05 -07:00
|
|
|
void PopulateDevices();
|
2019-06-17 16:39:24 -04:00
|
|
|
} // namespace ciface::Android
|