Results 1 - 3 of 3 results out of about 6839 pages. (4.56 seconds)
- SDL_SensorGetType . . . 2 matches
- ...
Get the type of a sensor.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_SensorType SDL_SensorGetType(SDL_Sensor *sensor);
}}}
== Function Parameters ==
||'''sensor'...
- SDL_SensorGetDeviceType . . . 2 matches
- ...re any sensors are opened.
<<TableOfContents()>>
== Syntax ==
{{{#!highlight cpp
SDL_SensorType SDL_SensorGetDeviceType(int device_index);
}}}
== Function Parameters ==
||'''dev...
- SDL_SensorEvent . . . 1 match
- ...ed using SDL_SensorGetData()||
== Related Enumerations ==
.[[SDL_EventType]]
.[[SDL_SensorType]]
== Related Functions ==
.[[SDL_NumSensors]]
.[[SDL_SensorGetDeviceName]]
.[[...
