Linux: Add an evdev based controller backend, to replace SDL.

This commit is contained in:
Scott Mansell 2015-06-29 12:17:35 +12:00
parent 9a244f07fa
commit 2721fdf8a9
8 changed files with 438 additions and 0 deletions

View file

@ -35,6 +35,9 @@
#if defined(HAVE_SDL) && HAVE_SDL
#define CIFACE_USE_SDL
#endif
#if defined(HAVE_LIBEVDEV) && defined(HAVE_LIBUDEV)
#define CIFACE_USE_EVDEV
#endif
//
// ControllerInterface