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

Method sGetForceFeedbackCapabilities

XBOBTFF/FFDriver.cpp:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766HRESULT FeedbackXBOBT::sGetForceFeedbackCapabilities(void * self, FFCAPABILITIES * capabilities)
767{
768 return FeedbackXBOBT::getThis(self)->GetForceFeedbackCapabilities(capabilities);
769}
770
771HRESULT FeedbackXBOBT::sSendForceFeedbackCommand(void * self, FFCommandFlag state)
772{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected