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

Method sGetForceFeedbackCapabilities

Feedback360/Feedback360.cpp:728–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728HRESULT Feedback360::sGetForceFeedbackCapabilities(void * self, FFCAPABILITIES * capabilities)
729{
730 return Feedback360::getThis(self)->GetForceFeedbackCapabilities(capabilities);
731}
732
733HRESULT Feedback360::sSendForceFeedbackCommand(void * self, FFCommandFlag state)
734{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected