| 116 | public: |
| 117 | OculusRemote(vr::VRActionSetHandle_t actionSet); |
| 118 | virtual ~OculusRemote() { } |
| 119 | |
| 120 | virtual ovrControllerType GetType() { return ovrControllerType_Remote; } |
| 121 | virtual bool IsConnected() const; |
nothing calls this directly
no outgoing calls
no test coverage detected