| 71 | } |
| 72 | |
| 73 | Location2DComponent::Location2DComponent(OSVR_ChannelCount numChan) |
| 74 | : m_numSensor(numChan) {} |
| 75 | |
| 76 | void |
| 77 | Location2DComponent::sendLocationData(OSVR_Location2DState location, |
nothing calls this directly
no outgoing calls
no test coverage detected