MCPcopy Create free account
hub / github.com/360Controller/360Controller / sGetEffectStatus

Method sGetEffectStatus

XBOBTFF/FFDriver.cpp:756–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756HRESULT FeedbackXBOBT::sGetEffectStatus(void * self, FFEffectDownloadID downloadID, FFEffectStatusFlag * pStatusCode)
757{
758 return FeedbackXBOBT::getThis(self)->GetEffectStatus(downloadID, pStatusCode);
759}
760
761HRESULT FeedbackXBOBT::sGetForceFeedbackState(void * self, ForceFeedbackDeviceState * pDeviceState)
762{

Callers

nothing calls this directly

Calls 1

GetEffectStatusMethod · 0.45

Tested by

no test coverage detected