bindbc.sdl.bind.sdlsensor

Undocumented in source.

Members

Aliases

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.

Enums

SDL_SensorType
enum SDL_SensorType
Undocumented in source.

Functions

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.

Manifest constants

SDL_STANDARD_GRAVITY
enum SDL_STANDARD_GRAVITY;
Undocumented in source.

Static variables

SDL_NumSensors
pSDL_NumSensors SDL_NumSensors;
Undocumented in source.
SDL_SensorClose
pSDL_SensorClose SDL_SensorClose;
Undocumented in source.
SDL_SensorFromInstanceID
pSDL_SensorFromInstanceID SDL_SensorFromInstanceID;
Undocumented in source.
SDL_SensorGetData
pSDL_SensorGetData SDL_SensorGetData;
Undocumented in source.
SDL_SensorGetDeviceInstanceID
pSDL_SensorGetDeviceInstanceID SDL_SensorGetDeviceInstanceID;
Undocumented in source.
SDL_SensorGetDeviceName
pSDL_SensorGetDeviceName SDL_SensorGetDeviceName;
Undocumented in source.
SDL_SensorGetDeviceNonPortableType
pSDL_SensorGetDeviceNonPortableType SDL_SensorGetDeviceNonPortableType;
Undocumented in source.
SDL_SensorGetDeviceType
pSDL_SensorGetDeviceType SDL_SensorGetDeviceType;
Undocumented in source.
SDL_SensorGetName
pSDL_SensorGetName SDL_SensorGetName;
Undocumented in source.
SDL_SensorGetNonPortableType
pSDL_SensorGetNonPortableType SDL_SensorGetNonPortableType;
Undocumented in source.
SDL_SensorGetType
pSDL_SensorGetType SDL_SensorGetType;
Undocumented in source.
SDL_SensorOpen
pSDL_SensorOpen SDL_SensorOpen;
Undocumented in source.
SDL_SensorUpdate
pSDL_SensorUpdate SDL_SensorUpdate;
Undocumented in source.

Structs

SDL_Sensor
struct SDL_Sensor
Undocumented in source.

Meta