| 769 | } |
| 770 | |
| 771 | HRESULT FeedbackXBOBT::sSendForceFeedbackCommand(void * self, FFCommandFlag state) |
| 772 | { |
| 773 | return FeedbackXBOBT::getThis(self)->SendForceFeedbackCommand(state); |
| 774 | } |
| 775 | |
| 776 | HRESULT FeedbackXBOBT::sSetProperty(void * self, FFProperty property, void * pValue) |
| 777 | { |
nothing calls this directly
no test coverage detected