| 118 | virtual ~OculusRemote() { } |
| 119 | |
| 120 | virtual ovrControllerType GetType() { return ovrControllerType_Remote; } |
| 121 | virtual bool IsConnected() const; |
| 122 | virtual bool GetInputState(ovrSession session, ovrInputState* inputState); |
| 123 |
nothing calls this directly
no outgoing calls
no test coverage detected