2009-02-11 09:24:56 +00:00
|
|
|
#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();
|
2009-02-11 20:47:41 +00:00
|
|
|
int InitializeRawInput();
|