Added a dummy sensor driver

This commit is contained in:
Sam Lantinga 2018-08-21 13:29:21 -07:00
parent 09c276f295
commit 2ca16d7410
21 changed files with 296 additions and 31 deletions

View file

@ -140,6 +140,9 @@
#define SDL_JOYSTICK_HIDAPI 1
#define SDL_HAPTIC_IOKIT 1
/* Enable the dummy sensor driver */
#define SDL_SENSOR_DUMMY 1
/* Enable various shared object loading systems */
#define SDL_LOADSO_DLOPEN 1