SDL_SensorOpen
Open a sensor for use.
Syntax
SDL_Sensor *SDL_SensorOpen(int device_index);
Function Parameters
| device_index | The sensor to open | 
Return Value
A SDL_Sensor sensor object, or NULL if an error occurred.
Open a sensor for use.
SDL_Sensor *SDL_SensorOpen(int device_index);
| device_index | The sensor to open | 
A SDL_Sensor sensor object, or NULL if an error occurred.
None: SDL_SensorOpen (last edited 2020-01-13 13:51:28 by markand)
