|
⇤ ← Revision 1 as of 2020-01-13 10:18:11
Size: 448
Comment: Create SDL_SensorFromInstanceID page
|
← Revision 2 as of 2020-01-13 13:47:58 ⇥
Size: 448
Comment: Add CategorySensor
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 21: | Line 21: |
| [[CategoryAPI]], [[CategoryEvents]] | [[CategoryAPI]], [[CategorySensor]] |
SDL_SensorFromInstanceID
Return the SDL_Sensor associated with an instance id.
Syntax
SDL_Sensor *SDL_SensorFromInstanceID(SDL_SensorID instance_id);
Function Parameters
instance_id |
The sensor from instance id |
Return Value
A SDL_Sensor object.
