Added the iOS sensor implementation

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

View File

@@ -76,12 +76,12 @@ SDL_DUMMY_SensorOpen(SDL_Sensor *sensor, int device_index)
}
static void
SDL_DUMMY_SensorUpdate(SDL_Sensor* sensor)
SDL_DUMMY_SensorUpdate(SDL_Sensor *sensor)
{
}
static void
SDL_DUMMY_SensorClose(SDL_Sensor * sensor)
SDL_DUMMY_SensorClose(SDL_Sensor *sensor)
{
}