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

Method sGetEffectStatus

Feedback360/Feedback360.cpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718HRESULT Feedback360::sGetEffectStatus(void * self, FFEffectDownloadID downloadID, FFEffectStatusFlag * pStatusCode)
719{
720 return Feedback360::getThis(self)->GetEffectStatus(downloadID, pStatusCode);
721}
722
723HRESULT Feedback360::sGetForceFeedbackState(void * self, ForceFeedbackDeviceState * pDeviceState)
724{

Callers

nothing calls this directly

Calls 1

GetEffectStatusMethod · 0.45

Tested by

no test coverage detected