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

Function FeedbackXBOBTFactory

XBOBTFF/FFDriver.cpp:792–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790
791// External factory function
792extern "C" void* FeedbackXBOBTFactory(CFAllocatorRef allocator, CFUUIDRef typeID)
793{
794 void* result = NULL;
795 if (CFEqual(typeID, kIOForceFeedbackLibTypeID))
796 result = (void*)FeedbackXBOBT::Alloc();
797 return result;
798}
799

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected