| 736 | } |
| 737 | |
| 738 | HRESULT Feedback360::sSetProperty(void * self, FFProperty property, void * pValue) |
| 739 | { |
| 740 | return Feedback360::getThis(self)->SetProperty(property, pValue); |
| 741 | } |
| 742 | |
| 743 | HRESULT Feedback360::sStartEffect(void * self, FFEffectDownloadID downloadID, FFEffectStartFlag mode, UInt32 iterations) |
| 744 | { |
nothing calls this directly
no test coverage detected