21 #include "../../SDL_internal.h"
23 #include "SDL_config.h"
25 #if defined(SDL_SENSOR_DUMMY) || defined(SDL_SENSOR_DISABLED)
30 #include "../SDL_syssensor.h"
33 SDL_DUMMY_SensorInit(
void)
39 SDL_DUMMY_SensorGetCount(
void)
45 SDL_DUMMY_SensorDetect(
void)
50 SDL_DUMMY_SensorGetDeviceName(
int device_index)
56 SDL_DUMMY_SensorGetDeviceType(
int device_index)
62 SDL_DUMMY_SensorGetDeviceNonPortableType(
int device_index)
68 SDL_DUMMY_SensorGetDeviceInstanceID(
int device_index)
74 SDL_DUMMY_SensorOpen(SDL_Sensor *sensor,
int device_index)
80 SDL_DUMMY_SensorUpdate(SDL_Sensor *sensor)
85 SDL_DUMMY_SensorClose(SDL_Sensor *sensor)
90 SDL_DUMMY_SensorQuit(
void)
97 SDL_DUMMY_SensorGetCount,
98 SDL_DUMMY_SensorDetect,
99 SDL_DUMMY_SensorGetDeviceName,
100 SDL_DUMMY_SensorGetDeviceType,
101 SDL_DUMMY_SensorGetDeviceNonPortableType,
102 SDL_DUMMY_SensorGetDeviceInstanceID,
103 SDL_DUMMY_SensorOpen,
104 SDL_DUMMY_SensorUpdate,
105 SDL_DUMMY_SensorClose,
106 SDL_DUMMY_SensorQuit,
#define SDL_Unsupported()
SDL_SensorDriver SDL_DUMMY_SensorDriver