Gocator API
|
kSize GoAcceleratorMgr_AccelSensorCount | ( | GoAcceleratorMgr | manager | ) |
Get the number of sensors which the accelerator manager has been configured to accelerate.
The count includes sensors whose acceleration may have failed for whatever reason. This is a convenient interface to find out how many sensors have been configured without having to get the list of sensors. This count should match the number of successful calls to GoAcceleratorMgr_Accelerate() less successful calls to GoAcceleratorMgr_Decelerate().
manager | GoAcceleratorMgr object. |