bindbc-sdl ~master (2021-07-21T07:33:23Z)
Dub
Repo
SDL_SensorGetData
bindbc
sdl
bind
sdlsensor
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
int
SDL_SensorGetData
(SDL_Sensor* sensor, float* data, int num_values)
extern (
C
) @
nogc
nothrow
static if
(
sdlSupport >= SDLSupport.sdl209
)
static if
(
staticBinding
)
int
SDL_SensorGetData
(
SDL_Sensor
*
sensor
,
float
*
data
,
int
num_values
)
pSDL_SensorGetData
SDL_SensorGetData
;
Meta
Source
See Implementation
bindbc
sdl
bind
sdlsensor
aliases
SDL_SensorID
pSDL_NumSensors
pSDL_SensorClose
pSDL_SensorFromInstanceID
pSDL_SensorGetData
pSDL_SensorGetDeviceInstanceID
pSDL_SensorGetDeviceName
pSDL_SensorGetDeviceNonPortableType
pSDL_SensorGetDeviceType
pSDL_SensorGetName
pSDL_SensorGetNonPortableType
pSDL_SensorGetType
pSDL_SensorOpen
pSDL_SensorUpdate
enums
SDL_SensorType
functions
SDL_NumSensors
SDL_SensorClose
SDL_SensorFromInstanceID
SDL_SensorGetData
SDL_SensorGetDeviceInstanceID
SDL_SensorGetDeviceName
SDL_SensorGetDeviceNonPortableType
SDL_SensorGetDeviceType
SDL_SensorGetName
SDL_SensorGetNonPortableType
SDL_SensorGetType
SDL_SensorOpen
SDL_SensorUpdate
manifest constants
SDL_STANDARD_GRAVITY
structs
SDL_Sensor