pcsx2/plugins/LilyPad/RawInput.h

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();