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

Method sGetForceFeedbackState

Feedback360/Feedback360.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723HRESULT Feedback360::sGetForceFeedbackState(void * self, ForceFeedbackDeviceState * pDeviceState)
724{
725 return Feedback360::getThis(self)->GetForceFeedbackState(pDeviceState);
726}
727
728HRESULT Feedback360::sGetForceFeedbackCapabilities(void * self, FFCAPABILITIES * capabilities)
729{

Callers

nothing calls this directly

Calls 1

GetForceFeedbackStateMethod · 0.45

Tested by

no test coverage detected