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

Method sSetProperty

Feedback360/Feedback360.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetPropertyMethod · 0.45

Tested by

no test coverage detected