| 716 | } |
| 717 | |
| 718 | HRESULT Feedback360::sGetEffectStatus(void * self, FFEffectDownloadID downloadID, FFEffectStatusFlag * pStatusCode) |
| 719 | { |
| 720 | return Feedback360::getThis(self)->GetEffectStatus(downloadID, pStatusCode); |
| 721 | } |
| 722 | |
| 723 | HRESULT Feedback360::sGetForceFeedbackState(void * self, ForceFeedbackDeviceState * pDeviceState) |
| 724 | { |
nothing calls this directly
no test coverage detected