|
⇤ ← Revision 1 as of 2020-01-13 13:41:48
Size: 375
Comment: Create SDL_SensorClose page
|
← Revision 2 as of 2020-01-13 13:46:58 ⇥
Size: 375
Comment: Add CategorySensor
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| [[CategoryAPI]], [[CategoryEvents]] | [[CategoryAPI]], [[CategorySensor]] |
SDL_SensorClose
Close a sensor previously opened with SDL_SensorOpen.
Contents
Syntax
void SDL_SensorClose(SDL_Sensor *sensor);
Function Parameters
sensor |
The SDL_Sensor object to close |
