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

Method FeedbackXBOBT

XBOBTFF/FFDriver.cpp:102–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100};
101
102FeedbackXBOBT::FeedbackXBOBT() : fRefCount(1), EffectIndex(1), Stopped(true),
103Paused(false), PausedTime(0), LastTime(0), Gain(10000), PrvLeftLevel(0),
104PrvRightLevel(0), Actuator(true), Manual(false)
105{
106 EffectList = FeedbackXBOEffectVector();
107
108 iIOCFPlugInInterface.pseudoVTable = (IUnknownVTbl *) &functionMapXBOBT_IOCFPlugInInterface;
109 iIOCFPlugInInterface.obj = this;
110
111 iIOForceFeedbackDeviceInterface.pseudoVTable = (IUnknownVTbl *) &functionMapXBOBT_IOForceFeedbackDeviceInterface;
112 iIOForceFeedbackDeviceInterface.obj = this;
113
114 FactoryID = BTFFPLUGINTERFACE;
115 CFRetain(FactoryID);
116 CFPlugInAddInstanceForFactory(FactoryID);
117}
118
119FeedbackXBOBT::~FeedbackXBOBT()
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected