WiimoteNew: Made emulated wiimote return read error when motion plus register area...
[dolphin.git] / Source / Core / InputCommon / Src / XInput_Util.h
blob24b653c8080d8b96eaf9fb8e7bbd28af40cf4ff3
2 //
3 // Licensetype: GNU General Public License (GPL)
4 //
5 // This program is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, version 2.0.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU General Public License 2.0 for more details.
14 // A copy of the GPL 2.0 should have been included with the program.
15 // If not, see http://www.gnu.org/licenses/
17 // Official SVN repository and contact information can be found at
18 // http://code.google.com/p/dolphin-emu/
22 #ifdef _WIN32
25 // Includes
26 // ----------
27 #include <iostream>
30 namespace XInput
33 // Declarations
34 // ----------
35 void Init();
36 int GetXI(int Controller, int Button);
37 bool IsConnected(int Controller);
39 } // XInput
41 #endif