(uint unDeviceIndex)
| 2326 | return result; |
| 2327 | } |
| 2328 | public bool IsTrackedDeviceConnected(uint unDeviceIndex) |
| 2329 | { |
| 2330 | bool result = FnTable.IsTrackedDeviceConnected(unDeviceIndex); |
| 2331 | return result; |
| 2332 | } |
| 2333 | public bool GetBoolTrackedDeviceProperty(uint unDeviceIndex,ETrackedDeviceProperty prop,ref ETrackedPropertyError pError) |
| 2334 | { |
| 2335 | bool result = FnTable.GetBoolTrackedDeviceProperty(unDeviceIndex,prop,ref pError); |
nothing calls this directly
no outgoing calls
no test coverage detected