implement device descriptions in InputHandler_Linux_Joystick to fix auto-mapping

This commit is contained in:
Glenn Maynard
2005-05-17 21:16:36 +00:00
parent 9fe86706a4
commit fc9a003562
2 changed files with 11 additions and 1 deletions
@@ -15,6 +15,7 @@ public:
private:
int fds[NUM_JOYSTICKS];
CString m_sDescription[NUM_JOYSTICKS];
};
#define USE_INPUT_HANDLER_LINUX_JOYSTICK