Added the iOS sensor implementation

This commit is contained in:
Sam Lantinga 2018-08-21 17:24:12 -07:00
parent 53f72becea
commit da334dae1a
8 changed files with 320 additions and 6 deletions

View file

@ -139,8 +139,8 @@
#define SDL_JOYSTICK_MFI 1
#define SDL_JOYSTICK_HIDAPI 1
/* Enable the dummy sensor driver */
#define SDL_SENSOR_DUMMY 1
/* Enable the CoreMotion sensor driver */
#define SDL_SENSOR_COREMOTION 1
/* Enable Unix style SO loading */
#define SDL_LOADSO_DLOPEN 1