#pragma section-numbers off #pragma disable-camelcase = SDL_SensorGetData = Get the current state of an opened sensor. The number of values and interpretation of the data is sensor dependent. <> == Syntax == {{{#!highlight cpp int SDL_SensorGetData(SDL_Sensor * sensor, float *data, int num_values); }}} == Function Parameters == ||'''sensor'''||The [[SDL_Sensor]] object to query|| ||'''data'''||A pointer filled with the current sensor state|| ||'''num_values'''||The number of values to write to data|| == Return Value == 0 or -1 if an error occurred. ---- [[CategoryAPI]], [[CategorySensor]]