| 71 | } |
| 72 | |
| 73 | DirectionComponent::DirectionComponent(OSVR_ChannelCount numChan) |
| 74 | : m_numSensor(numChan) {} |
| 75 | |
| 76 | void |
| 77 | DirectionComponent::sendDirectionData(OSVR_DirectionState direction, |
nothing calls this directly
no outgoing calls
no test coverage detected