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