MCPcopy Create free account
hub / github.com/SFML/SFML / cleanup

Method cleanup

src/SFML/Window/Android/SensorImpl.cpp:76–80  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

74
75////////////////////////////////////////////////////////////
76void SensorImpl::cleanup()
77{
78 // Detach the sensor events queue from the looper and destroy it
79 ASensorManager_destroyEventQueue(sensorManager, sensorEventQueue);
80}
81
82
83////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected