///////////////////////////////////////////////////////
| 40 | |
| 41 | //////////////////////////////////////////////////////////// |
| 42 | void setEnabled(Type sensor, bool enabled) |
| 43 | { |
| 44 | priv::SensorManager::getInstance().setEnabled(sensor, enabled); |
| 45 | } |
| 46 | |
| 47 | //////////////////////////////////////////////////////////// |
| 48 | Vector3f getValue(Type sensor) |
nothing calls this directly
no test coverage detected