detect changing USB joysticks and remap on the fly

This commit is contained in:
Chris Danford
2005-12-18 07:13:13 +00:00
parent ff7bbfe524
commit efe3984ad5
6 changed files with 72 additions and 30 deletions
@@ -18,7 +18,7 @@ public:
private:
RageThread InputThread;
bool shutdown;
bool m_bDevicesChanged;
int m_iLastSeenNumUsbHid; // use this to figure out if a device was plugged/unplugged
void UpdatePolled( DIDevice &device, const RageTimer &tm );
void UpdateBuffered( DIDevice &device, const RageTimer &tm );