Added stubs for simple Steam Controller support

This commit is contained in:
Sam Lantinga 2017-09-22 08:30:52 -07:00
parent 402ec39ea2
commit 1e46b7fc9a
13 changed files with 421 additions and 56 deletions

View file

@ -52,6 +52,9 @@ struct joystick_hwdata
} abs_correct[ABS_MAX];
int fresh;
/* Steam Controller support */
SDL_bool m_bSteamController;
};
/* vi: set ts=4 sw=4 expandtab: */