| 754 | } |
| 755 | |
| 756 | HRESULT FeedbackXBOBT::sGetEffectStatus(void * self, FFEffectDownloadID downloadID, FFEffectStatusFlag * pStatusCode) |
| 757 | { |
| 758 | return FeedbackXBOBT::getThis(self)->GetEffectStatus(downloadID, pStatusCode); |
| 759 | } |
| 760 | |
| 761 | HRESULT FeedbackXBOBT::sGetForceFeedbackState(void * self, ForceFeedbackDeviceState * pDeviceState) |
| 762 | { |
nothing calls this directly
no test coverage detected