2015-05-24 04:55:12 +00:00
|
|
|
// Copyright 2010 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.
|
|
|
|
|
2010-04-25 18:04:55 +00:00
|
|
|
#pragma once
|
2010-04-13 05:15:38 +00:00
|
|
|
|
2014-02-17 10:18:15 +00:00
|
|
|
#include "InputCommon/ControllerInterface/Device.h"
|
2010-04-13 05:15:38 +00:00
|
|
|
|
|
|
|
namespace ciface
|
|
|
|
{
|
2010-04-25 18:04:55 +00:00
|
|
|
namespace OSX
|
|
|
|
{
|
|
|
|
|
2013-06-17 00:07:10 +00:00
|
|
|
void Init(std::vector<Core::Device*>& devices, void *window);
|
2010-04-25 18:04:55 +00:00
|
|
|
void DeInit();
|
|
|
|
|
2011-01-30 08:12:34 +00:00
|
|
|
void DeviceElementDebugPrint(const void *, void *);
|
|
|
|
|
2010-04-25 18:04:55 +00:00
|
|
|
}
|
|
|
|
}
|