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

Method sEscape

Feedback360/Feedback360.cpp:713–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713HRESULT Feedback360::sEscape(void * self, FFEffectDownloadID downloadID, FFEFFESCAPE * pEscape)
714{
715 return Feedback360::getThis(self)->Escape(downloadID, pEscape);
716}
717
718HRESULT Feedback360::sGetEffectStatus(void * self, FFEffectDownloadID downloadID, FFEffectStatusFlag * pStatusCode)
719{

Callers

nothing calls this directly

Calls 1

EscapeMethod · 0.45

Tested by

no test coverage detected