Added the iOS sensor implementation
This commit is contained in:
parent
bdbc06b027
commit
c6647bf9c9
8 changed files with 320 additions and 6 deletions
|
@ -36,6 +36,9 @@ static SDL_SensorDriver *SDL_sensor_drivers[] = {
|
|||
#ifdef SDL_SENSOR_ANDROID
|
||||
&SDL_ANDROID_SensorDriver,
|
||||
#endif
|
||||
#ifdef SDL_SENSOR_COREMOTION
|
||||
&SDL_COREMOTION_SensorDriver,
|
||||
#endif
|
||||
#if defined(SDL_SENSOR_DUMMY) || defined(SDL_SENSOR_DISABLED)
|
||||
&SDL_DUMMY_SensorDriver
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue