| 731 | } |
| 732 | |
| 733 | HRESULT Feedback360::sSendForceFeedbackCommand(void * self, FFCommandFlag state) |
| 734 | { |
| 735 | return Feedback360::getThis(self)->SendForceFeedbackCommand(state); |
| 736 | } |
| 737 | |
| 738 | HRESULT Feedback360::sSetProperty(void * self, FFProperty property, void * pValue) |
| 739 | { |
nothing calls this directly
no test coverage detected