24 #if defined(SDL_SENSOR_DUMMY) || defined(SDL_SENSOR_DISABLED) 29 #include "../SDL_syssensor.h" 32 SDL_DUMMY_SensorInit(
void)
38 SDL_DUMMY_SensorGetCount(
void)
44 SDL_DUMMY_SensorDetect(
void)
49 SDL_DUMMY_SensorGetDeviceName(
int device_index)
55 SDL_DUMMY_SensorGetDeviceType(
int device_index)
61 SDL_DUMMY_SensorGetDeviceNonPortableType(
int device_index)
67 SDL_DUMMY_SensorGetDeviceInstanceID(
int device_index)
73 SDL_DUMMY_SensorOpen(SDL_Sensor *sensor,
int device_index)
79 SDL_DUMMY_SensorUpdate(SDL_Sensor *sensor)
84 SDL_DUMMY_SensorClose(SDL_Sensor *sensor)
89 SDL_DUMMY_SensorQuit(
void)
96 SDL_DUMMY_SensorGetCount,
97 SDL_DUMMY_SensorDetect,
98 SDL_DUMMY_SensorGetDeviceName,
99 SDL_DUMMY_SensorGetDeviceType,
100 SDL_DUMMY_SensorGetDeviceNonPortableType,
101 SDL_DUMMY_SensorGetDeviceInstanceID,
102 SDL_DUMMY_SensorOpen,
103 SDL_DUMMY_SensorUpdate,
104 SDL_DUMMY_SensorClose,
105 SDL_DUMMY_SensorQuit,
SDL_SensorDriver SDL_DUMMY_SensorDriver
#define SDL_Unsupported()