mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-22 01:24:58 +00:00
2521bd2f1d
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@475 96395faa-99c1-11dd-bbfe-3dabce05a288
7 lines
208 B
C
7 lines
208 B
C
#include "InputManager.h"
|
|
|
|
// Can't enumerate raw devices, can only detect them when
|
|
// receiving data from them, so just use the list from before.
|
|
void EnumRawInputDevices();
|
|
int InitializeRawInput();
|