- SDL_SensorID
alias SDL_SensorID = int
Undocumented in source.
- pSDL_NumSensors
alias pSDL_NumSensors = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorClose
alias pSDL_SensorClose = void function(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorFromInstanceID
alias pSDL_SensorFromInstanceID = SDL_Sensor* function(SDL_SensorID instance_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetData
alias pSDL_SensorGetData = int function(SDL_Sensor* sensor, float* data, int num_values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetDeviceInstanceID
alias pSDL_SensorGetDeviceInstanceID = SDL_SensorID function(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetDeviceName
alias pSDL_SensorGetDeviceName = const(char)* function(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetDeviceNonPortableType
alias pSDL_SensorGetDeviceNonPortableType = int function(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetDeviceType
alias pSDL_SensorGetDeviceType = SDL_SensorType function(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetName
alias pSDL_SensorGetName = const(char)* function(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetNonPortableType
alias pSDL_SensorGetNonPortableType = int function(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorGetType
alias pSDL_SensorGetType = SDL_SensorType function(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorOpen
alias pSDL_SensorOpen = SDL_Sensor* function(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pSDL_SensorUpdate
alias pSDL_SensorUpdate = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_NumSensors
int SDL_NumSensors()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorClose
void SDL_SensorClose(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorFromInstanceID
SDL_Sensor* SDL_SensorFromInstanceID(SDL_SensorID instance_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetData
int SDL_SensorGetData(SDL_Sensor* sensor, float* data, int num_values)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetDeviceInstanceID
SDL_SensorID SDL_SensorGetDeviceInstanceID(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetDeviceName
const(char)* SDL_SensorGetDeviceName(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetDeviceNonPortableType
int SDL_SensorGetDeviceNonPortableType(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetDeviceType
SDL_SensorType SDL_SensorGetDeviceType(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetName
const(char)* SDL_SensorGetName(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetNonPortableType
int SDL_SensorGetNonPortableType(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorGetType
SDL_SensorType SDL_SensorGetType(SDL_Sensor* sensor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorOpen
SDL_Sensor* SDL_SensorOpen(int device_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SDL_SensorUpdate
void SDL_SensorUpdate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.